/*
=================================================================================
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 */
#NewsPanel
{
    position:relative;
} 
#NewsPanel div
{
}
#NewsletterPanel 
{
    position:relative;
    height:100px;
}
#NewsletterPanel span
{
    width: 150px;
    font-size:11px;
    color:#666;
    position:absolute;
    top:16px;
    left:70px; 
    display:block;
}
#NewsletterPanel h2
{
    width:250px;
    position:absolute;
    top: -10px;
    left:-5px;
}
#NewsletterPanel table
{
     position:absolute;   
     top: 30px;
     left:-5px;
}
.HomeWoman
{
    position:absolute;
    right: -40px;
    top:320px;   

}
.BlueBar
{
    background:url(/App_Themes/Shopper/img/bg_bluebar.gif) repeat-x; 
    padding:8px 10px 0px 10px;  
    margin-bottom:6px;
    margin-top:6px;
}
.BlueBar img
{
    margin-right:10px;
}
.BlueBar a:link, .BlueBar a:visited
{
    color:#fff;
}
.BlueBar a:hover
{
    color:#fff;
}
.WhereToBuy
{
    width:80px;
    height:17px;
    padding:2px 0px 0px 15px;
    background:url(/App_Themes/Shopper/img/bt_where_to_buy.gif);
    position:absolute;
    right:0px;
    bottom:-19px;
}
.WhereToBuy a:link, .WhereToBuy a:visited
{
    color:#ffffff;
}
.WhereToBuy a:hover
{
    color:#ff9900;
}
#Banner
{
	height:70px;
	padding:20px;
	background:url(/App_Themes/Shopper/img/bg_banner_orange.gif) repeat-x;
	position:relative;
	z-index:250;
}
.PageName
{
    width:690px; 
    height:55px;
    color:#fff;
    font-size:42px; 
    position:absolute;
    top:15px;
    left:20px;
}
.PageHeading
{
    width:690px; 
    height:30px;
    color:#fff;
    font-size:21px; 
    position:absolute;
    top:65px;
    left:20px;  
}
.PageCartIcon
{
    position:absolute;
    top:3px;
    right:10px;
}
.FlashSound
{
    position:absolute;
    top:-8px;
    right:94px;
}
