/* Global Styles */
*{
 outline:none;
}

html {
     overflow: -moz-scrollbars-vertical;
     }

body {
	margin:0px;
	padding: 0px;
	background-color:#EEEEEE;
	behavior: url("/csshover3.htc"); 
	}
	
td {
	
	font-family: arial;
	}
	
a {
	color: #606060;
	text-decoration:none;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a:hover {
	color: #7E9805;
	text-decoration: underline;
	}
#container/* Page */

 {
	margin: 0 auto;
	padding: 0 auto;
		background-color: #FFFFFF;

}

#box_around{
	padding: 0 auto;

 background-color: #FFFFFF;
}	
#box_in{
 width: 853px;
 margin: 0 auto;
}
/* ID Styles */
	
#header {
	height: 270px;
	width: 853px;
	margin: 0px auto 0px auto;
	background-image: url(/images/banner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FFFFFF;
	}

/* Footer */

#footer {
	margin: 0px auto auto auto;
	padding: 20px 0px 20px 0px;
	text-align: center;
	background-color: #EEEEEE;
	clear: both;
	border-top: 1px solid #CECECE;
	height: auto;
}
#leftCol {
	float: left;
	width: 190px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	margin-top: 25px;
	margin-left: 20px;
	margin-right: 0px;
	height: 595px;
	background-color: #FFFFFF;
}

.user_extend{
 height: 645px ! important;
}

.access_buttons{
	padding-left: 28px;
	padding-top: 5px;
}

#mainContent/* Content */

 {
	float: right;
	width: 562px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 34px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	margin-bottom: 30px;
	margin-top: 25px;
	margin-right: 20px;
	min-height: 595px;
	background-color: #FFFFFF;
}
#logoBut {
	height: 126px;
	width: 126px;
	float: left;
	margin-left: 15px;
	margin-top: -40px;
}

.main_extend{
	min-height: 645px ! important;
}
/* Menu */

#menu {
	font-family: arial;
	font-size: 13px;
	color: #666666;
	float: right;
	padding-top: 48px;
	padding-right: 29px;
	margin: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}
#menu li{
	 float: left;
	 border-left: 1px solid #666666;
	 padding-left: 4px;
	 padding-right: 4px;
	}
#getStarted1_bg {
	cursor: pointer;
	background-image: url(images/getstarted1_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 508px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
}
.stage1_open{
	padding-top: 58px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
 	height: 110px;
}
.stage1_closed{
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
	height: 0px;
}

#getStarted2_bg {
	cursor: pointer;
	width: 508px;
	background-image: url(images/getstarted2_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;

	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
}
.stage2_open{
	height: 92px;
	padding-top: 58px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
}
.stage2_closed{
	height: 0px;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
#getStarted3_bg {
	width: 508px;
	cursor: pointer;
	background-image: url(images/getstarted3_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
}
.stage3_open{
	height: 55px;
	padding-top: 58px;
	padding-right: 25px;
	padding-bottom: 16px;
	padding-left: 25px;
}
.stage3_closed{
	height: 0px;
	padding-top: 40px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}

#menu li:first-child{
	 border-left: 0px;
	 padding-left: 0px;
	}
#footer_logos {
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 853px;
}
#previous {
	height: 60px;
	background-image: url(images/prev.gif);
	background-repeat: no-repeat;
	float: left;
	width: 30px;
	margin-left: 15px;
	cursor: pointer;
}
#next {
	background-image: url(images/next.gif);
	background-repeat: no-repeat;
	height: 60px;
	width: 30px;
	float: right;
	margin-right: 25px;
	cursor: pointer;
	margin-left: 5px;
}
#charity_partners {
	float: left;
	margin-top: 20px;
}



#step1 {
	background-image: url(images/step1_check.gif);
}
#step2 {
	background-image: url(images/step2_register.gif);
}
#step3 {
	background-image: url(images/step3_post.gif);
}


#flash_header {
	font-family: arial;
	font-size: 13px;
	color: #666666;
	margin-top: 28px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding: 0px;
	height: 160px;
	width: 420px;
	background-image: url(images/3easy_steps.gif);
	background-repeat: no-repeat;
	float: right;
}

.step{
	height: 82px;
	width: 88px;
	margin-top: 63px;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	display: block;
}

.stepBis{
	height: 82px;
	width: 88px;
	margin-top: 63px;
	background-repeat: no-repeat;
	float: left;
	cursor: pointer;
	display: block;
}


#3easysteps {
	height: 55px;
	width: 240px;

	margin-top: 5px;
	margin-left: 20px;
	float: left;

}





#charityGeneric {
	height: 135px;
	width: 507px;
}

#box1 {
	height: 210px;
	width: 215px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	float: left;
	background-image: url(images/box_grade.gif);
	background-repeat: no-repeat;
}
#box2 {
	height: 210px;
	width: 215px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	float: left;
	margin-left: 15px;
	background-image: url(images/box_grade.gif);
	background-repeat: no-repeat;
}
#mainBox {
	margin-top: 4px;
	display: block;
	height: 240px;
	width: 550px;
}
#locationMap {
	height: 400px;
	width: 545px;
	border: 1px solid #CCCCCC;
	padding: 6px;
}
#forgotPassword {
	height: 210px;
	width: 215px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 20px;
	float: left;
	background-image: url(images/box_grade.gif);
	background-repeat: no-repeat;
}


.input {
	font-family: Arial, Helvetica, sans-serif;
	color: #6daa0c;
	font-weight: bold;
}
.logosFooter {
	float: left;
	height: 50px;
	width: 625px;
	display: block;
	margin-top: 5px;
	overflow: hidden;
}

.logosFooter a{
	float:left;
	}
.footerLogo{
 width: 79px;
 height: 50px;
 display: block;
 background-repeat: no-repeat;
 background-position: center;
 margin: 0px;
 padding: 0px;
	}







.checkerRow {
	width: 180px;
}
.logoSack {
	display: block;
	width: 600px;
	min-height: 100px;
	clear: both;
	float: left;
}



	
.bodyText {
	color:#606060;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 19px;
	line-height: 1.5em;
	}

/* Used to troubleshoot IE */	
.bodyText2 {
	color:#606060;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 19px;
	line-height: 1.5em;
	text-decoration:none;
	}
	
.subHeader {
	color: #6daa0c;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	margin-bottom: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 12px;
	}

	
.menuChecker {
	color: #3A3A3A;
	font-family: arial;
	font-size: 12px;
	width: 148px;
	float: left;
	margin-bottom: 0px;
	}
	
.calendarText {
	line-height:14px;
	color:#606060;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	}


	
.style1 {
	color: #7E9805;
	font-family: arial;
	font-weight: bold;
}




.boldText {
	font-size: 12px;
	color: #636363;
	font-family: arial;
	font-weight: bold;
}
.dash_column {
	background-image: url(images/dash.gif);
	background-repeat: repeat-y;
}

.header_image {
	background-image: url(images/ban.gif);
	background-repeat: no-repeat;
}
#progress1 {
	background-image: url(images/progress_stage1.gif);
	height: 35px;
	width: 391px;
	background-repeat: no-repeat;
}

.sideChecker {
	color: #6daa0c;
	background-color: #6daa0c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	background-image: url(images/checker_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 142px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	line-height: 20px;
	font-weight: bold;
	display: block;
}
.sideNumber {
	font-family: Arial;
	font-size: 32px;
	color: #CCCCCC;
	font-weight: bold;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	vertical-align: bottom;
}
.sideCheckerCarts {
	color: #6daa0c;
	line-height:20px;
	font-family: arial;
	font-size: 18px;
	font-weight: normal;
	background-image: url(images/carts_only.jpg);
	background-repeat: no-repeat;
}
.boldTextGreen {
	font-size: 14px;
	color: #7E9805;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
 /* checker form side */
.checker_form{
	list-style: none;
	padding-left: 4px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	position: relative;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.checker_form ul{
  
}
.checker_form li{
	display: block;
	width: 180px;
	height: 41px;
	padding-bottom: 0px;
}
.checker_form div{
	display: block;
	height: 35px;
	width: 155px;
	float: right;
}
.checker_form label.outer{
	font-size: 22pt;
	float: left;
	width: 25px;
	color: #CCCCCC;
	font-weight: bold;
	padding-bottom: 0px;
	padding-top: 6px;
	display: block;
}
.checker_form label.inner{
 font-size: 1em;
 clear: right;
}

input#submit{
	margin-top: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	width: 80px;
	height: 24px;
	background-color: #F0F0F0;
	color: #606060;
	font-size: 12px;
	float: right;
}
.logoBox {
	height: 75px;
	width: 130px;
	margin-bottom: 35px;
	float: left;
	margin-right: 15px;
	border: 1px solid #CCCCCC;
}

.logoFont {
	line-height:14px;
	color:#606060;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
	float: left;
}
.bodyTextRed {
	color:#FF0000;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 4px;
	line-height: 1.5em;
	background-image: url(images/error.gif);
	background-repeat: no-repeat;
	text-indent: 18px;
}
.results {
	color: #6daa0c;
	line-height:20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 20px;
	margin-bottom: 17px;
}
.accountBodyText {
	color:#606060;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5em;
}
table.checker_chunk{

}

td.checker_label{
	font-size: 22pt;
	float: left;
	width: 25px;
	color: #CCCCCC;
	font-weight: bold;
}

form{
	padding: 0px;
	margin: 0px;
}
.formHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #7E9805;
	font-weight: bold;
	font-size: 14px;
	background-color: #EBEBEB;
	height: 18px;
	padding-top: 1px;
	text-indent: 24px;
}

 ul.twocol_form{
  list-style: none;
  clear: both;
  margin-left: 0px;
 }
 ul.twocol_form li{
	clear: both;
	padding-bottom: 4px;
	height: 20px;
	width: 540px;
 }
 ul.twocol_form li p{
	font-size: 12px;
	float: right;
	padding: 0px;
	margin: 0px;
	display: block;
	width: 180px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
 }
 ul.twocol_form li label{
	width: 150px;
	height: 20px;
	display: block;
	float: left;
	text-align: right;
	padding-right: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
 }
 ul.twocol_form li input,
 ul.twocol_form li select{
	width: 170px;
	display: block;
	float: left;
	border: 1px solid #CCCCCC;
	background-color: #F5F5F5;
 }
 ul.twocol_form li input:focus,
 ul.twocol_form li select:focus{
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #CCCCCC;
 }
 
 .extraDrop{
  clear: both;
  padding-top: 10px;
 }

 .branded_footer{
	height: 64px;
	width: 850px;
	display: block;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position:bottom;
	padding-top: 2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #DFDFDF;
  
 }
 
  ul#stage_holder{
	list-style: none;
	width: 405px;
	height: 26px;
	display: block;
	padding: 0px;
	margin: 0px;
	border-bottom: 3px solid #CECECE;
 }
 ul#stage_holder li{
	height: 18px;
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
 }
 ul#stage_holder li label{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #FFFFFF;
	font-size: 17px;
	width: 12px;
	height: 13px;
	padding-top: 4px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	font-weight: bold;
	display: block;
	margin: 0px;
	text-align: center;
	line-height: 13px;
 }
 ul#stage_holder li p{
	float: left;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: block;
	color: #999999;
	height: 18px;
	padding-top: 4px;
	padding-right: 38px;
	padding-bottom: 5px;
	padding-left: 5px;
 }
 ul#stage_holder li.on label{
	background-color: #6daa0c;
	color: #ffffff;
 }
 ul#stage_holder li.on p{
  color: #6daa0c;
 }

 div.step_content{
	height: 78px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	overflow: hidden;
	margin-top: 63px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	width:auto;
 }
 
 div.step_content p{
	/*height: 82px;*/
	width: 140px;
	margin: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 3px;
	padding-right: 13px;
	padding-bottom: 3px;
	padding-left: 3px;
 }
.bodyTextSmall {
	line-height:14px;
	color:#999999;
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
}
.viking {
	background-image: url(images/viking.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 29px;
	height: 52px;
	width: 145px;
	margin-top: 10px;
}

.viking:hover {
	background-image: url(images/viking.gif);
	background-repeat: no-repeat;
	background-position: left -52px;
	margin-left: 29px;
	height: 52px;
	width: 145px;
	margin-top: 10px;	
    cursor: pointer;
}


.user_edit{
 display: none;
 border-style: none;
 border: 1px solid #999999;	
 font-size: 0.9em;
}
#bagReg {
	height: 80px;
	width: 335px;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	float: left;
	background-image: url(images/bag_reg.gif);
	background-repeat: no-repeat;
}

.error_message{
	color: #ff0000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

tr.altern{
	background-color: #F0F0F0;
	}
.inputBut {
	line-height:14px;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
}


/* Social network */
#div_social {
width:145px;
height:60px;
margin-top: 5px;
padding-left : 29px;
}