/*
	NOTE:  This stylesheet is called on ALL content pages
*/

/* wrapper divs for entries  */
#yshop .ysearchextrawrappercatalog {
	float:left;
}

#yshop .ysearchentrywrapper {
	width:230px;
	margin-top:15px;
	float:left;
	padding:10px 5px;	
	border-top:1px solid #699ac0;
	border-bottom:1px solid #699ac0;
	background:#c9e0f1;
}

/* product name */
#yshop .ysearchproductname {
	display:block;
	margin-bottom:5px;
	font-size:16px;
	line-height:16px;
	font-weight:bold;	
}
#yshop .ysearchproductname a {
	text-decoration:none;
	color:#0d2d46;
}
#yshop .ysearchproductname a:hover {
	color:#0d2d46;
}

/* wrapper and styles for the product photo and button  */
#yshop .ysearchimgpricebuttmerchwrapper {
	float:left;
	width:75px;
	margin-right:10px;
}

#yshop .productimage {
	margin-bottom:5px;
	border:1px solid #0d2d46;
}

#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 #0d2d46;
	background:#ff5e00;
	text-align:center;
	font-size:11px;
	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:#0d2d46;
	color:#fff;
}

/* styles for description, price and compnay url in right column  */
#yshop .ysearchsummarytext {
	margin-bottom:10px;
	font-size:12px;
	color:#0d2d46;
}

#yshop .ysearchpricevalue {
	display:block;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#0d2d46;
}

#yshop .ysearchpriceword {
	display:block;
	text-align:center;
	font-size:12px;
	color:#0d2d46;
}

#yshop .ysearchmerchantname {
	display:block;
	margin-top:5px;
	text-align:center;	
	font-size:11px;
	color:#ff5e00;
}
#yshop .ysearchmerchantname:hover {
	text-decoration:none;
	color:#ff5e00;
}