/*
=================================================================================
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 */
.Panel
{
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #d7d9dc;
	background: url(/App_Themes/Shopper/img/bg_panel.gif) repeat-x #e9ebee;
}
.Panel p
{
	margin: 4px 4px 10px 4px !important;
	font-size: 11px;
	line-height: 150%;
}
.PanelFlashTxt
{
}
.FlashTxt
{
	margin-bottom: 8px;
}
.FlashItemTxt
{
	border-bottom: 1px solid #011a33;
	margin-bottom: 10px;
	padding-bottom: 2px;
	position: relative;
	left: -3px;
}
.ButtonPurchase
{
	background: url(/App_Themes/Shopper/img/bt_purchase.gif) no-repeat;
	border: none;
	color: #ffffff;
	cursor: pointer;
	font-family: Verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 35px;
	padding-left: 35px !important;
	padding-left: 32px;
	padding-top: 5px;
	width: 189px;
}
*:first-child+html .ButtonPurchase
{
    padding-left:32px !important;   
}
#Form p
{
	margin-bottom: 5px !important;
}
.CheckBox
{
    position:relative;
    top:1px;
}
