﻿#divSearchResult_ProductViewShell{clear: none; float: left;}
#divSearchResult_ProductView
{
	clear: none;
	float: left;
	width: 435px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#divSearchResult_ProductName
{
	clear: both;
	float: left;
	margin-bottom: 5px;
	width:290px;
	font-weight: bold; font-size: 1.2em;
}
.hlSearchResult_ProductName{}
.hlSearchResult_ProductName:hover{}
#divSearchResult_LeftColumn{display: none;}
#divSearchResult_MiddleColumn
{
	clear: right;
	float: left;
	margin-left: 15px;
	width: 290px;
}
#divSearchResult_RightColumn{display: none;}
#divSearchResult_ProductImage
{
	clear: none;
	float: left;
	background-position: center center;
	background-image: url(Images/Must/NoPhoto.jpg);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	background-color: transparent;
}
#divSearchResult_AddToCart
{
	clear: left;
	float: left;
	margin-top: 5px;
	padding-right: 5px;
	width:120px;
}
.divSearchResult_DiscountInfo
{
	clear:both;
	float:left;
	font-weight: bold;
	color: #ff9933;
	text-align:left;
	width: 290px;
}
#divSearchResult_Before
{
	clear: left;
	float: left;
	font-weight: bold;
	color: #ff9933;
	width:130px;
}
#divSearchResult_After
{
	clear: none;
	float: left;
	font-weight: bold;
	color: red;
}

#divSearchResult_ShortDescription
{
	clear: both;
	float: left;
	margin-top: 5px;
	width:290px;
}
.hlSearchResult_More{}
.hlSearchResult_More:hover{}
#divSearchResult_DetailedDescription{display: none;}
#divSearchResult_DetailedDescriptionHeading
{
	display:none;
	font-weight: bold;
	font-size: 1.2em;
	color: #56A527;
}


.divSearchResult_OutOfStock
{
	color:Red;
	font-weight:bold;
}

























