input.Page_SearchBox
{
	background-color: White;
	border: 1px solid black;
}

input.Page_SearchButton
{

}

a.Page_Search 
{
	color: White;
	text-decoration: none;
	font-weight: normal;
}
a.Page_Search:hover 
{
	color: White;
	text-decoration: underline;
	font-weight: normal;
}

.Index_Product
{
	float: left;
	width: 257px;
	height: 218px;
}

.Index_ProductName
{
	clear: both;
	font-size: 17px;
	font-weight: bold;
	margin: 5px 0px;
	height: 20px;
	overflow: hidden;
}

.Index_ProductThumb
{
	float: left;
	margin-right: 4px;
}

.Index_ProductLink
{
	clear: both;
	margin: 4px 0px;
	text-align: right;
}

.Index_HotProduct
{
	clear: both;
}

.Index_HotProductName
{
	font-size: 14px;
	font-weight: bold;
	margin: 5px 0px;
}

.Index_HotProductThumb
{
	float: left;
	margin-right: 4px;
}

.Index_HotProductDesc
{
	margin: 4px 0px;
	font-size: 11px;
	line-height: 100%;
}

.Index_HotProductSeparator 
{
	clear: both;
	font-size: 1px;
	background-color: #BED7E1;
	height: 2px;
	margin: 5px 0px;
}

.Page_LeftTitle
{
	text-align: left;
	width: 191px;
	background-position: center;
	height: 25px;
	float: left;
	background-color: #88BBD3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	margin-bottom: 5px;
	padding-left: 10px;
}
.Page_LeftContent
{
	text-align: left;
	width: 199px;
	background-position: center;
	float: left;
	background-color: #E9EDEF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	border: 1px solid #BED7E1;
	margin-bottom: 5px;
}

.Category_CategoryName 
{
	text-align: left;
	background-position: center;
	height: 25px;
	background-color: #88BBD3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.Category_CategoryName a, .Category_CategoryName a:hover
{
	color: #FFFFFF;
	text-decoration: none;
}

.Category_Product
{
	clear: both;
}

.Category_ProductThumb 
{
	float: left;
	margin-right: 4px;
}

.Category_ProductName
{
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 0px;
}

.Category_ProductName a
{
	font-weight: bold;
	color: Black;
}

.Category_ProductDesc
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.Category_ProductListFooter
{
	clear: both;
	text-align: center;
}

.Category_ProductSeparator 
{
	clear: both;
	font-size: 1px;
	background-color: #BED7E1;
	height: 2px;
	margin: 5px 0px;
}

.Product_ProductTitle 
{
	text-align: left;
	background-position: center;
	height: 25px;
	background-color: #88BBD3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 22px;
	margin-bottom: 5px;
	padding-left: 10px;
}

.Product_ProductTitle a, .Product_ProductTitle a:hover
{
	color: White;
	text-decoration: none;
}

.Product_Product
{
	clear: both;
}

.Product_ProductName
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: Black;
	margin: 5px 0px;
}

.Product_ProductImage
{
	float: left;
	text-align: center;
	padding: 5px;
	/*width: 110px;*/
}

.Product_ProductLink
{
	font-size: 12px;
    float: right;
}

.Product_ProductImage a
{
	font-size: 14px;
}

.Product_ProductDesc
{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.Search_ResultTitle, .Search_SearchTitle
{
	margin: 10px 0px;
	font-size: 20px;
	font-weight: bold;
}

.Search_ResultName
{
	margin: 5px 0px;
	font-size: 14px;
	font-weight: bold;
}

.Search_ResultDesc
{
}

.Search_PageLeft
{
	float: left;
	width: 250px;
	text-align: left;
}

.Search_PageRight
{
	float: right;
	width: 720px;
	text-align: left;
}

.Search_SearchContent
{
	margin: 4px 0px;
}