/*
*	Shopping Search function 
*/

/* =basic
---------------------------------*/
#shoppingSearchName
{
	font-size: 14pt;
}

#shoppingSearchContentSubHeading
{
	font-size: 12pt;
	font-weight: bold;
}

#shoppingSearchContentHeading,
#shoppingSearchInfoTitle
{
	font-size: 1em;
	font-weight: bold;
}

#shoppingSearchContentDetails,
#shoppingSearchColouredContentDetails,
#shoppingSearchInfoDetail,
#category,
#categoryOption,
#location,
#locationOption
{
	font-size: 1em;
	line-height: 1.6em;
	word-spacing: 1pt;
}

#shoppingSearchContentFootNote
{
	font-size: 8pt;
/*	line-height: 1em;*/
}

#category,
#categoryOption,
#location,
#locationOption
{
	width: 210px;
	height: 105px;
}

.shoppingSearchPageNav
{
	text-align: right;
}

#searchResultTableHeader
{
	background-color: #F4F3EE;
}

#searchProductTable
{
	background-color: #F1F1F1;
}

#bulletinDot
{
	margin-top: 0.7em;
}

/* =Content specific
---------------------------------*/
#shoppingSearchName,
#shoppingSearchContentHeading,
#shoppingSearchContentSubHeading,
#shoppingSearchColouredContentDetails
{
	color: #FE0D90;
}

#shoppingSearchContentDetails,
#shoppingSearchInfoTitle,
#shoppingSearchInfoDetail,
#category,
#categoryOption,
#location,
#locationOption
{
	color: #404041;
}

#shoppingSearchContentFootNote
{
	color: #666666;
}

#shoppingSearchContentHeading a:link,
#shoppingSearchContentDetails a:link,
#shoppingSearchInfoTitle a:link,
#shoppingSearchInfoDetail a:link
{
	color: #FE0D90;
}

#shoppingSearchContentHeading a:visited,
#shoppingSearchContentDetails a:visited,
#shoppingSearchInfoTitle a:visited,
#shoppingSearchInfoDetail a:visited
{
	color: #980856;
	/*color: #FA7AC0;*/
}

#shoppingSearchContentHeading a,
#shoppingSearchContentDetails a,
#shoppingSearchInfoTitle a,
#shoppingSearchInfoDetail a
{
	text-decoration: none;
}

#shoppingSearchContentHeading a:hover,
#shoppingSearchContentDetails a:hover,
#shoppingSearchInfoTitle a:hover,
#shoppingSearchInfoDetail a:hover
{
	text-decoration: underline;
}
