/*
	NOTE:  This stylesheet is called on ALL content pages
*/

/* wrapper divs for entries  */
#yshop {
	margin-left:12px;	
}

#yshop .ysearchextrawrappercatalog {
	float:left;
}

#yshop .ysearchentrywrapper {
	float:left;
	width:224px;
	margin-top:10px;
	padding:10px;	
	border-top:1px solid #7b7b7b;
	border-bottom:1px solid #7b7b7b;
	background:url(/i/yshopentry-background.jpg) no-repeat top #eaeaea;
}

/* product name */
#yshop .ysearchproductname {
	display:block;
	margin-bottom:5px;
	font-size:14px;
	line-height:15px;
	font-weight:bold;	
}
#yshop .ysearchproductname a {
	text-decoration:none;
	color:#434343;
}

/* wrapper and styles for the product photo and button  */
#yshop .ysearchimgpricebuttmerchwrapper {
	float:left;
	width:90px;
	margin-right:10px;
	text-align:center;
}

#yshop .productimage {
	border:1px solid #464646;
}

#yshop .ysearchbuycomparebutton a, #yshop .ysearchbuycomparebutton a:link, #yshop .ysearchbuycomparebutton a:visited, #yshop .ysearchbuycomparebutton a:active {
	display:block;
	margin:5px auto;
	padding:5px;	
	border:1px solid #464646;
	background:#ff00cc;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
#yshop .ysearchbuycomparebutton a:hover, #yshop .ysearchbuycomparebutton a:link:hover, #yshop .ysearchbuycomparebutton:visited:hover, #yshop .ysearchbuycomparebutton:active:hover {
	background:#9bb912;
	color:#fff;
}

/* styles for description, price and compnay url in right column  */
#yshop .ysearchsummarytext {
	margin-bottom:10px;
	font-size:11px;
	color:#333;
}

#yshop .ysearchpricevalue {
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#333;
}

#yshop .ysearchpriceword {
	display:block;
	text-align:center;
	font-size:12px;
	color:#333;
}

#yshop .ysearchmerchantname {
	display:block;
	clear:both;
	margin-top:10px;
	text-align:center;	
	font-size:10px;
	color:#ff00cc;
}
#yshop .ysearchmerchantname:hover{
	text-decoration:none;
	color:#9bb912;
}