﻿/* sidebar */
.sidebar a
{
	display: block;
	width: 201px;
	height: 130px;
	margin-bottom: 10px;
}

.sidebar a:Hover
{
	background-position:0px -130px;
}

.sidebar .BrowseCategories
{
	background-image: url(../../app_themes/default/buttons/catergories.jpg);
}

.sidebar .BrowseReatilers
{
	background-image: url(../../app_themes/default/buttons/retailers.jpg);
}

.sidebar .BrowseClearance
{
	background-image: url(../../app_themes/default/buttons/clearance.gif);
}

.sidebar .BrowseSuperSpecial
{
	background-image: url(../../app_themes/default/buttons/special.png);
}

.sidebar select
{
	width: 170px;
	margin-bottom: 2px;
	color: #666666;
}

.sidebar input
{
	width: 166px;
	margin-bottom: 2px;
	color: #666666;
}

.sidebar .search
{
	background-image:url(../../app_themes/default/buttons/search-bg.jpg);
	padding-top: 33px;
	width: 201px;
	height: 97px;
	margin-bottom: 10px;
	text-align: center;
}

.sidebar .search a
{
    font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: White;
	margin-top: 2px;
	height: auto;
	width: auto;
}

.sidebar .search a:Hover
{
	color: #FFCA2A;
}
