/*BEGIN: cleverset*/

/* This first part styles the wiping horizontal recommendations */
#cs-recslot {
	text-align: left;
	padding: 0;
	font-size: 12px;
}

#cs-recslot .cs-header-text {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	margin-left: 20px;
}

#cs-recslot .wipe-container {
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 525px;
	height: 150px;
}

#cs-recslot .wipe-group {
	height: 150px;
}

#cs-recslot .cs-rec {
	float: left;
	text-align: center;
	padding: 3px;
	margin: 0px;
	margin-left: 55px;
	width: 106px;
	height: 136px;
	display: inline;
}

#cs-recslot .cs-title {
	margin:0px auto;
	padding:0;
}

#cs-recslot .cs-price {
	margin:0;
	padding:0;
	padding-top:3px;
	font-weight:bold;
}

#cs-recslot a {
	margin: 0px auto;
	padding: 0;
	color:#666;
}

#cs-recslot a:hover {
	color:#999;
}

#cs-recslot img {
	width: 100px;
	padding: 3px;
	border: 0;
}

#cs-recslot a span {
	display:block;
	clear:both;
}
/* This is the end of the styles for the wiping horizontal recommendations */

/* This next part styles the vertical recommendations */
#inBrand {
	margin-top: 10px;
	text-align: center;
	padding: 0;
	font-size: 12px;
}

#inBrand .cs-rec {
	text-align: center;
	padding: 3px;
	margin: 0px;
	width: 106px;
	height: 136px;
	display: inline;
}

#inBrand .cs-title {
	margin:0px auto;
	padding:0;
}

#inBrand .cs-price {
	margin:0;
	padding:0;
	padding-top:3px;
	font-weight:bold;
}

#inBrand a {
	margin: 0px auto;
	padding: 0;
	color:#666;
}

#inBrand a:hover {
	color:#999;
}

#inBrand img {
	width: 100px;
	padding: 3px;
	border: 0;
}

#inBrand a span {
	display:block;
	clear:both;
}
/* This is the end of the styles for the vertical recommendations */

/* This part styles the bubbles that appear when you mouse over the vertical recommendations */
#cs-rollover .cs-rollover {
	width:450px;
	text-align:left;
	filter: alpha(opacity:95);
	KHTMLOpacity: 0.95;
	MozOpacity: 0.95;
	opacity: 0.95;
}
#cs-rollover .cs-top {
	width:450px;
	height:10px;
	background: url(http://static.cleverset.com/images/rollover_top.gif) no-repeat top;
}
#cs-rollover .cs-middle {
	width: 434px;
	padding: 0 8px 0 8px;
	background: url(http://static.cleverset.com/images/rollover_middle.gif);
}
#cs-rollover .cs-bottom {
	width: 450px;
	height: 27px;
	background: url(http://static.cleverset.com/images/rollover_top.gif) no-repeat bottom;
}

#cs-rollover .cs-rollover-thumbnail {
	float: left;
	margin-right: 10px;
}

#cs-rollover .cs-rollover-name {
	font-weight: bold;
	font-size: 18px;
}

#cs-rollover .cs-rollover-price {
	font-weight: bold;
	color: #666;
}

#cs-rollover .cs-rollover-brand {
	font-weight: bold;
	color: #333;
	font-style: italic;
}

#cs-rollover .cs-rollover-category {
}

#cs-rollover .cs-rollover-desc {
	font-size: 14px;
	color: #666;
}
/* This ends the part that styles the bubbles when you mouse over the vertical recommendations */

/*END: cleverset*/
