/***********/
/* General */
/***********/

/* Footer tied to bottom found at http://scott.sauyet.name/CSS/Demo/FooterDemo1.html */
html, body, .container_page
{
	min-height: 100%;
	width: 100%;
	height: 100%;
}

/* The "height" above is a hack for IE5+/Win.  Below we adjust *
 * it using the child selector to hide from IE5+/Win           */
html>body, html>body .container_page 
{
	height: auto;
}

body
{
	background-color:#f7f7e7;
	color:#390800;	
	margin: 0px;
	padding: 0px;
	font-family:Verdana;
	font-size:10px;
}

h1, h2, h3, h4, h5, h6 
{
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	font-weight: normal;
}

li
{
	list-style:none;
}

.clearboth
{
	clear:both;
}

input , textarea
{
	border:1px solid #000000;
}

.themetext
{
	color:#00b4c5;
}

.global_pagetitle
{
	margin-bottom:12px;
	margin-top:10px;
}

.global_pagetext
{
	color:#3b1000;
	line-height:1.5em;
	font-size:1.3em;
	margin-bottom:16px;
}


/**************/
/* Containers */
/**************/
.container_page
{
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
}

.container_header_outer
{
	width:100%;
	background-color:#3b1000;
	height:189px;
}

.container_header
{
	padding-top:11px;
    margin-left: auto;
    margin-right: auto;
	width: 770px;
	position:relative;
}

.container_footer 
{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	padding: 0;
	font-size:12px;
	height:70px;
}
* html .container_footer
{
	/* IE6 fix */
	position: relative;
	bottom:auto;
}

.container_main
{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:94px;
	position:relative;
}
* html .container_main
{
	/* IE6 fix */
	margin-bottom:0px;
}


/**********/
/* Header */
/**********/
.header_logo
{
	background-image:url("../LilyOBriens/Header/LilyOBriensLogo.gif");
	background-repeat: no-repeat;
	background-position: left top;
    width:267px;
    height:100px;
	display:block;
}

.header_menubar
{
	position:absolute;
    right:0px;
    top:46px;
    width:490px;
    font-family:Verdana;
    font-size:14px;
}

.header_menubar div
{
    height:36px;
    float:right;
}

.header_menubar div ul
{
	float:right;
    display:block;
    position:relative;
    height:36px;
}

.header_menubar div ul li
{
    position:relative;
    display: inline;
}

.header_menubar div ul li .AspNet-Menu-Link
{
    color:#fefffd;
    border-right:solid 1px #00b4c5;
    padding-left:8px;
    padding-right:8px;
}

.header_menubar div ul li a:hover , .header_menubar div ul li .AspNet-Menu-Selected
{
	color:#828644;
}

.header_menubar div ul #AboutUs a
{
    border-right:none;
    padding-right:0px;
}

.header_menubar div ul #Home a:hover , 
.header_menubar div ul #Home a.AspNet-Menu-Selected
{
    color:#00b4c5;
}

.header_menubar div ul #Corporate a:hover , 
.header_menubar div ul #Corporate a.AspNet-Menu-Selected
{
    color:#7a51c7;
}

.header_menubar div ul #ChocolateLoversClub a:hover , 
.header_menubar div ul #ChocolateLoversClub a.AspNet-Menu-Selected
{
    color:#a3345f;
}

.header_menubar div ul #Weddings a:hover , 
.header_menubar div ul #Weddings a.AspNet-Menu-Selected
{
    color:#948dd0;
}

.drizzletop
{
	position:absolute;
	width:770px;
	height:60px;
	top:-20px;
	left:0px;
	background-repeat:no-repeat;
}

* html .drizzletop
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./App_Themes/LilyOBriens/Header/drizzle_home.png', sizingMethod='crop');
}
html>body .drizzletop
{
	background-image:url("../LilyOBriens/Header/drizzle_home.png");
}


/************************/
/* Header Login         */
/************************/
.container_logincontrol
{
	position:absolute;
	right:0px;
	top:100px;
}

.loginwelcome_panel
{
	padding-top:16px;
	font-size:12px;
	font-family:Verdana;
	width:500px;
	float:right;
}

a.loginwelcome_forgotbutton
{
	width:150px;
	margin-top:10px;
	clear:right;
	float:right;
	text-decoration:none;
}
a.loginwelcome_forgotbutton:hover
{
	text-decoration:underline;
}

a.loginwelcome_joinbutton
{
	margin-top:10px;
	margin-right:140px;
	width:150px;
	float:right;
	text-decoration:none;
}
a.loginwelcome_joinbutton:hover
{
	text-decoration:underline;
}

.loginwelcome_prompt
{
	float:right;
	margin-right:4px;
	text-align:left;
	vertical-align:middle;
	line-height:18px;
}

.loginwelcome_passwordprompt
{
	float:right;
	margin-right:10px;
	margin-left:10px;
	text-align:left;
	vertical-align:middle;
	line-height:18px;
}

.loginwelcome_email
{
	float:right;
	width:140px;
	height:18px;
}

.loginwelcome_password
{
	float:right;
	width:80px;
	height:18px;
}

.loginwelcome_loginbutton
{
	background-image: url("General/btn_go_home.gif");
	background-position: right top;
	background-repeat: no-repeat;
	width:41px;
	height:18px;
	float:right;
	display:block;
	padding-right:5px;
}
a.loginwelcome_loginbutton:hover
{
	background-position: right bottom;
}

.loginwelcome_validator
{
	float:right;
	margin-left:1px;
	color:#FF0033;
}

.loginwelcome_logoutbutton
{
	float:right;
	display:block;	
	text-decoration:none;
	margin-right:10px;
}
a.loginwelcome_logoutbutton:hover
{
	text-decoration:underline;
}

.loginwelcome_myaccountbutton
{
	float:right;
	display:block;	
	text-decoration:none;
	margin-right:20px;
}
a.loginwelcome_myaccountbutton:hover
{
	text-decoration:underline;
}

.loginwelcome_welcometext
{
	display:block;
	float:right;
	padding-right: 20px;
}


/**********/
/* Footer */
/**********/
.drizzlebottom
{
	background-position:left top;
	background-repeat:no-repeat;	
	width:770px;
	height:38px;
	position:absolute;
	top:-5px;
	left:0px;
}

* html .drizzlebottom
{
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./App_Themes/LilyOBriens/Footer/drizzle_home_bottom.png', sizingMethod='crop');
}
html>body .drizzlebottom
{
	background-image:url("../LilyOBriens/Footer/drizzle_home_bottom.png");
}

.footer_inner
{
	position:relative;
	width:770px;
	margin-left:auto;
	margin-right:auto;
}

.footer_menubar
{
	position:relative;
	width:770px;
	height:16px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	padding-top:33px;
}

.footer_menubar div 
{
	margin-left:40px;
}

.footer_menubar div ul li
{
    display: inline;
}

.footer_menubar div ul li a
{
	color:#12090a;
	font-size:12px;
	font-family:Verdana;
}

.footer_menubar div ul li a:hover , .footer_menubar div ul li a.AspNet-Menu-Selected
{
	color:#00b4c5;
}

.footer_menubar div ul li .AspNet-Menu-Link
{
	padding-left:10px;
	padding-right:10px;
	border-right:solid 1px #3e220c;
}

.footer_menubar div ul #FAQ a
{
	border-right:none;
	padding-right:0px;
}

.footer_siteby
{
	float:right;
	margin-top:10px;
	font-size:.8em;
	color:#000;
}
.footer_siteby a
{
	text-decoration:none;
	/*color:#000;
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	width:112px;
	height:18px;*/
	/*background-image: url("../LilyOBriens/General/magico.gif");*/
}
.footer_siteby a:hover
{
	background-position:left bottom;
	text-decoration:underline;
}
.footer_siteby a span
{
	/*display:none;*/
}

.footer_jackjill
{
	float:left;
	margin-top:4px;
	margin-bottom:4px;
}
.footer_jackjill a
{
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	width:98px;
	height:60px;
	background-image: url("../LilyOBriens/Footer/JackAndJillFoundation.gif");
}
.footer_jackjill a:hover
{
	background-position:left bottom;
}
.footer_jackjill a span
{
	display:none;
}


/******************/
/* Basket Summary */
/******************/
.basketsummary_container
{
	float:right;
	background-image: url("Basket/title_mini_cart.gif");
	background-position: center 42px;
	background-repeat: no-repeat;
	width:210px;
	height:63px;
	background-color:#3b1000;
	color:#fff;
	padding-top:67px;
	padding-right:10px;
	position:relative;
}

.basketsummary_itemcountpanel
{
	padding-bottom:2px;
	padding-right:30px;
	font-weight:bold;
	text-align:right;
}

.basketsummary_totalpanel
{
	font-weight:bold;
	text-align:right;
	padding-right:30px;
	margin-top:4px;
}

.basketsummary_itemcountpanel em , .basketsummary_totallabel em
{
	 font-style:normal;
	 color:#828644;
}

.basketsummary_itemcountlabel , .basketsummary_totallabel
{
	position:absolute;
	right:90px;
}

.basketsummary_itemcountvalue
{
}

.basketsummary_totalvalue
{
}

.basketsummary_buttons
{
	width:210px;
	height:18px;
	position:absolute;
	left:4px;
	top:105px;
}

.basketsummary_buttons span
{
	display:none;
}

.basketsummary_editbasketbutton
{
	display:block;
	background-image:url("Basket/btn_mini_cart_view_basket.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width:105px;
	height:18px;
	position:absolute;
	bottom:0px;
	left:0px;
}
a.basketsummary_editbasketbutton:hover
{
	background-position: left bottom;
}

.basketsummary_checkoutbutton
{
	display:block;
	background-image:url("Basket/btn_mini_cart_check_out.gif");
	background-repeat: no-repeat;
	background-position: left top;
	width:102px;
	height:18px;
	position:absolute;
	bottom:0px;
	right:0px;
}
a.basketsummary_checkoutbutton:hover
{
	background-position: left bottom;
}

.shopbasketdetail_emptytext
{
	padding-left:11px;
	padding-top:10px;
}

.basketsummaryitemcountlabel
{
}

.basketsummaryitemcount
{
	width:20px;
}

.basketsummaryitemcountpanel
{
	display:block;
}


/*****************/
/* JOIN NOW PAGE */
/*****************/
.joinnow_title
{
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("Join/title_join_now.gif");
	width:103px;
	height:24px;
}
.joinnow_title h1
{
	display:none;
}

.joinnow_button
{
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("General/btn_join_now.gif");
	width:107px;
	height:17px;
	margin-left:320px;
	margin-top:12px;
}
a.joinnow_button:hover
{
	background-position:left bottom;
}
.joinnow_button span
{
	display:none;
}

.joinnow_boxtitle
{
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("Join/title_member_details.gif");
	width:175px;
	height:20px;
	margin-left:30px;
	margin-bottom:10px;
}

.joinnow_box
{
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("Join/join_box.gif");
	width:458px;
	height:233px;
	position:relative;
	margin-left:30px;
	margin-top:10px;
	padding-top:8px;
	padding-left:5px;
}

.contactform_table tr td
{
	height:24px;
}

.contactform_table tr td
{
	vertical-align:top;
}

.contactform_tablecol1
{
	font-weight:bold;
	font-size:1.1em;
	padding-left:40px;
	width:140px;
}

.contactform_tablecol1 label
{
	display:block;
	padding-top:3px;
	color:#3b1000;
}
.contactform_tablecol1 label em
{
	font-style:normal;
	color:#828644;
}

.contactform_tablecol3 em
{
	display:block;
	padding-top:6px;
}

.contactform_receiveupdates
{
	padding-left:40px;
}

.contactform_receiveupdates input
{
	background-color:#f4f5e5;
	border-style:none;
	float:left;
	width:20px;
}

.contactform_receiveupdates span
{
	float:left;
	width:370px;
	margin-left:10px;
	margin-top:2px;
}

.checkout_receiveupdates
{
	padding-left:10px;
	margin-top:-20px;
}

.checkout_receiveupdates input
{
	border-style:none;
	float:left;
	width:20px;
}

.checkout_receiveupdates span
{
	float:left;
	width:500px;
	margin-left:10px;
	margin-top:2px;
}
/**************/
/* LOGIN PAGE */
/**************/
.login_pagetitle
{
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("LoginPage/title_login.gif");
	width:69px;
	height:23px;
}
.login_pagetitle h1
{
	display:none;
}

.loginpage_joinnow
{
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("General/btn_join_now.gif");
	width:107px;
	height:17px;
	position:absolute;
	right:15px;
	top:134px;
}
a.loginpage_joinnow:hover
{
	background-position:left bottom;
}
.loginpage_joinnow span
{
	display:none;
}

.login_prompt
{
	font-weight:bold;
	font-size:1.1em;
	color:#3b1000;
}
.login_prompt em
{
	font-style:normal;
	color:#828644;
}

.loginpage_loginbutton
{
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("General/btn_submit.gif");
	width:107px;
	height:17px;
	position:absolute;
	right:15px;
	top:110px;
}
a.loginpage_loginbutton:Hover
{
	background-position:left bottom;
}
.loginpage_loginbutton span
{
	display:none;
}

.loginpage_loginbox
{
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("LoginPage/log_in_box.gif");
	width:277px;
	height:83px;
	position:relative;
	margin-left:100px;
	padding-top:20px;
	padding-left:5px;
}

.loginpage_loginbox table , .loginpage_loginbox table table
{
	width:282px;
}

.loginpage_loginbox a
{
	color:#3b1000;
	text-decoration:underline;
}
a.loginpage_loginbox:hover
{
	text-decoration:none;
	color:#828644;
}

.loginpage_loginbox td td
{
	vertical-align:middle;
}

.loginpage_loginbox input
{
	margin-top:5px;
	margin-bottom:5px;
}


/* Forgot */
.loginforgot_pagetitle
{
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("LoginPage/title_password_forgotten.gif");
	width:292px;
	height:25px;
}
.loginforgot_pagetitle h1
{
	display:none;
}

.loginpage_forgotbox
{
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("LoginPage/forgot_box.gif");
	width:282px;
	height:63px;
	text-align:center;
	padding-top:40px;
	margin-left:100px;
	margin-top:20px;
	position:relative;
}

.loginforgot_failurecontainer
{
	position:absolute;
	top:66px;
	left:0px;
	width:270px;
	color:#f00;
	padding-left:6px;
	padding-right:6px;
}

.loginpage_forgotbox input
{
	display:block;
	position:absolute;
	left:60px;
	top:45px;
}

.forgot_emailrequired
{
	display:block;
	position:absolute;
	left:220px;
	top:50px;
}

.forgot_error
{
}

.loginforgot_submit
{
	display:block;
	background-repeat:no-repeat;
	background-position:left top;
	background-image:url("General/btn_submit.gif");
	width:107px;
	height:17px;
	position:absolute;
	right:10px;
	bottom:-23px;
}
a.loginforgot_submit:hover
{
	background-position:left bottom;
}
.loginforgot_submit span
{
	display:none;
}

/******************/
/* Reports list   */
/******************/
.reports_container
{
	padding:50px 0px 0px 0px;
	background-color:#f7f7e7;
}
.reportslist_header
{
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}
.reportslist_table th
{
	text-align:left;
	margin: 0px auto;
	background-color: #f7f7e7;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left:2px;
	padding-right:2px;
	border: solid 1px #3e220c;
}
.reportslist_table tr
{
	text-align:left;
}
.reportslist_table
{
	border-collapse: collapse;
	border: solid 1px #3e220c;
	background-color: #f7f7e7;
}

.reportslist_table td
{
	margin: 0px auto;
	border: solid 1px #3e220c;
	padding-left:2px;
	padding-right:2px;
	padding-top:4px;
	padding-bottom:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

/****************************/
/* Reports -Display report  */
/****************************/
.reportresults_header
{
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}

.reportresults_Outlet
{
}

.reportresults_DateRange
{
}

.reportrresults_dateproduced
{
	padding-top:10px;
	padding-bottom:10px;
}

.reportresults_grid table
{
	border-collapse: collapse;
	border: solid 1px #3e220c;
	background-color: #f7f7e7;
}

.reportresults_grid table td
{
	margin: 0px auto;
	border: solid 1px #3e220c;
	padding-left:2px;
	padding-right:2px;
	padding-top:4px;
	padding-bottom:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.reportresults_grid table th
{
	text-align:left;
	margin: 0px auto;
	background-color: #f7f7e7;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left:2px;
	padding-right:2px;
	border: solid 1px #3e220c;
}
/*.reportresultsgrid
{
	border-collapse: collapse;
	border: solid 1px #00AA5D;
	background-color: #EAF9F2;
}

.reportresultsgrid td
{
margin: 0px auto;
	border: solid 1px #00AA5D;
	padding-left:2px;
	padding-right:2px;
	padding-top:4px;
	padding-bottom:4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.reportresultsgrid th
{
	text-align:left;
	margin: 0px auto;
	background-color: #D2EFE2;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-left:2px;
	padding-right:2px;
	border: solid 1px #00AA5D;
}
.reportresultsgrid tr
{
}
*/
.reportresults_Download
{
	padding-bottom:10px;
	text-align:right;
}

/*************************************/
/* Reports - Start finish Parameters */
/*************************************/
.report_startfinishheader
{
	font-weight:bold;
	text-align:center;
	padding-bottom:10px;
}

