/*
=================================================================================
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 */
#GreenPanel 
{
    min-height:90px;
    width:650px;
    color:#ffffff;
    padding:15px;
    background:url(/App_Themes/Shopper/img/bg_green_panel.gif) no-repeat #0099a7 bottom;
    border-top:1px solid #ccffcc;
    display:none;
}
#GreenPanel p
{
    color:#ffffff;  
    margin-top:4px;
    line-height:150%; 
}
#HomePanel
{
    width:189px;
    padding:5px 15px 5px 15px;
    color:#666666;
    border-left:1px solid #e0e0e0;
    border-right:1px solid #e0e0e0;
    background:url(/App_Themes/Shopper/img/bg_panel_gradiant.gif) repeat-x #fff;
}
#HomePanel p
{
    color:#666666;
    margin-top:4px;
}
#BarHorizCustom
{
    width:680px;
    height:54px;
    background:url(/App_Themes/Shopper/img/bg_read_label_bar.gif);
}
.ContactEmail
{
    font-size:12px;
    font-weight:bold;
}
a:link h2, a:visited h2
{
	text-decoration:none;
}
a:hover h2
{
    color:#333;
	text-decoration:underline;
}