#MainContent {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 5px;
}

.Holder {
	border: 0px;
}

#SpecialOffers {
	float: left;
}

#BestSellers {
	float: right;
}

.BestProducts {
	width: 300px;
	margin-right: 10px;
}

.BestProducts fieldset,
#TopCategories fieldset {
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	border: solid 2px #3f647f;
}

.BestProducts legend,
#TopCategories legend {
	font-size: 1.4em;
	color: #3f647f;
}


.BestProducts .ProductLink, 
.CategoryLink {
	width: 124px;
	display: block;
	float: left;
	color: #3f647f;
	text-align: center;
	text-decoration: none;
	border-width: 1px;
	margin-right: 10px;
	cursor: pointer;
}

.BestProducts .Name {
	height: 30px;
}

.BestProducts .Image img,
.CategoryLink img {
	border: 0px;
}

.BestProducts .ProductLink,
.BestProducts .Name,
.BestProducts .Image,
.CategoryLink {
	border-color: #3f647f;
	border-style: solid;
}

.BestProducts .ProductLink:hover,
.CategoryLink:hover {
	border-style: dashed;
}

.BestProducts .Name, 
.BestProducts .Image {
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
}

.BestProducts .Image,
.TopCategories .Image {
	width: 124px;
	height: 124px;
	overflow: hidden;
}

.ProductLink .CurrentPrice {
	font-size: 1.3em;
	font-weight: bold;
	margin-right: 4px;
}

.ProductLink .OldPrice {
	font-size: 0.9em;
	color: red;
	text-decoration: line-through;
}

#TopCategories {
	margin-top: 15px;
	float: left;
	clear: both;
	width: 100%;
	text-align: center;
}

#TopCategories fieldset {
	margin-top: 15px;
}

.CategoryLink {
	position: relative;
	left: 25px;
	font-size: 1.4em;
	font-weight: bold;
}
.CategoryLink .Name {
	margin-bottom: 10px;
}

#SearchResults {
	width: 100%;
	margin-right: 80px;
}

#SearchResults fieldset {
	border: 0px;
}

#SearchResults .ProductLink {
	margin-bottom: 10px;
	margin-right: 25px;
}