/*
=================================================================================
WISEINTERNET APPLICATION DEVELOPMENT. ©2008 WISEINTERNET. WWW.WISEINTERNET.COM
All rights reserved. No unauthorised duplication. 
=================================================================================
*/

/*
	CSS STYLE NOTE:
	Lower case for html tag styles (html), camel case (DropDownList) for all other custom styles 
	Html elements first then list ID styles alphabetically with styles within the ID styles
	listed with HTML elements first followed by custom styles listed alphabetically
*/
/* CUSTOM STYLES */
/* Custom Body Styles */
#HeaderBeer
{
	background: url(/App_Themes/Shopper/img/bg_header_beer.jpg);
	height: 112px;
	position: relative;
	width: 950px;
}
#HeaderSpirit
{
	background: url(/App_Themes/Shopper/img/bg_header_spirits.jpg);
	position: relative;
	height: 112px;
	width: 950px;
}
#BaseBeer
{
	background: url(/App_Themes/Shopper/img/bg_footer_beer.jpg) bottom no-repeat;
	bottom: 0px;
	font-family: Georgia, "Times New Roman" , Times, serif;
	height: 450px;
	position: absolute;
	width: 950px;
	left: -175px;
}
#BaseSpirits
{
	background: url(/App_Themes/Shopper/img/bg_footer_spirits.jpg) bottom no-repeat;
	font-family: Georgia, "Times New Roman" , Times, serif;
	bottom: 0px;
	height: 450px;
	position: absolute;
	width: 950px;
	left: -175px;
}
#BodyInner
{
	width: 764px;
	min-height: 650px;
	padding: 0px;
	position: relative;
	z-index: 10;
	background: #fff;
}
#BodyInnerHome
{
	width: 760px;
	min-height: 650px;
	padding: 1px 1px 10px 1px;
	position: relative;
	z-index: 10;
	background: #fff;
}
::root #BodyInnerHome
{
	min-height: 550px; /* Safari Home Page Fix */
}
.ShadowTop
{
	position: absolute;
	top: -11px;
	left: -10px;
}
.ShadowBase
{
	position: absolute;
	bottom: -11px;
	left: -10px;
}
/* Custom Styles for WucShpProductPrice.ascx */
.PriceBoard
{
	color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	font-size: 11px;
	background: url(/App_Themes/Shopper/img/bg_priceboard.gif);
}
/* #WucShpSearchVert01.ascx */
#WucShpSearchVert01 .SearchTable
{
	margin-left: 7px;
	margin-top: 7px;
	font-size: 10px;
	background: url(/App_Themes/Shopper/img/bg_search.gif);
	background-repeat: repeat-y;
}
#WucShpSearchVert01 .SearchCell
{
	padding-left: 15px;
	padding-right: 15px;
}
/* #WucShpSearchVert02.ascx */
#WucShpSearchVert02 .SearchTable
{
	margin-left: 7px;
	margin-top: 7px;
	font-size: 10px;
	background: url(/App_Themes/Shopper/img/bg_search.gif);
	background-repeat: repeat-y;
}
#WucShpSearchVert02 .SearchCell
{
	padding-left: 15px;
	padding-right: 15px;
}
