﻿.Block
{
	float:left;
	display:block;
	width:196px;
	height:140px;
}

.BlockContainer a:hover 
{
	cursor:hand;
	text-decoration:none;
}

.Block .Sep
{
	float:left;
	clear:both;
	width:100%;
	height:4px;
	margin-left:5px;
}

.Block .Title
{
	float:left;
	clear:both;
	width:100%;
	font-size:110%;
	color:#FFFFFF;
	margin-left:5px;
	font-weight:bold;
	text-align:center;
}

.Block .Title Span
{
	font-size:140%;
	top:-30px;
}

.Block:hover .Title
{
	color:#FFD93E;
	text-decoration:none !important;
}

.ContainerTitle
{
	color:#FFFFFF;
	font-family:Segoe UI;
	font-size:140%;
	font-weight:600;
	padding-top:5px;
	padding-left:8px;
	padding-bottom:7px;
}

.BestSellingContainer
{
	float:left;
	display:block;
	width:800px;
	height:322px;
	background:url(/compare/!images/red_container_large.gif) repeat-x 100% 100%;
}

.LatestContainer
{
	float:left;
	display:block;
	width:800px;
	height:181px;
	background:url(/compare/!images/orange_container_small.gif) repeat-x 100% 100%;
}

.BlockContainer
{
	float:left;
	padding-left:6px;
	/*padding-top:0px;*/
}


