/*BEGINNING OF CROSS SELL kj 8-1-08 Friday night*/


.ystore-cross-sell-table { width: 100%; font-size: inherit; font: 100%; }
.ystore-cross-sell-title { padding-bottom: 6px; color: $item-caption-title-text-color; font: bold $item-caption-title-text-size $item-caption-title-text-font; }

/*You may also like*/
h3.ystore-cross-sell-title  {font-weight:normal;
	font-size:12px;
	margin-bottom:-20px;
	margin-left:0;
	font-weight:bold;
	}
	
.ystore-cross-sell-table-vertical .ystore-cross-sell-cell { width: 100%; }
.ystore-cross-sell-table-horizontal .ystore-cross-sell-cell { width: 28%; padding-right: 5%; }
.ystore-cross-sell-product-image { display: block; margin-top: 25px; padding:8px; background-color:#fff; border: solid 1px #999999;}
.ystore-cross-sell-product-image-link { display: block; padding-bottom: 5px; }
.ystore-cross-sell-product-caption { padding-bottom: 0px; }

/*name field with link*/
.ystore-cross-sell-product-name a 
	{font-weight:normal;
	font-size:11px;
	}

/*image and link*/
.ystore-cross-sell-product-caption h4 { margin: 0 0 4px; font-size: 11px; color:#FF0000; }

/*Around each price*/
.ystore-cross-sell-product-caption p { margin: 0; font-size: 11px; font-family:Arial, Helvetica, sans-serif; color:#000; }

/*Sale price*/
.ystore-cross-sell-product-price ystore-cross-sell-product-sale-price ys_promo p { margin:0; font-size: 11px; font-family:Arial, Helvetica, sans-serif; color:#000; }

/*fixes the sale price bold*/
.ystore-cross-sell-table .ys_promo { font-weight: bold; }

/*END OF CROSS SELL*/