body
{	
	margin: 20px auto 0 auto;
	margin: 10px auto 0 auto;
	margin: 0 auto 0 auto;
	border: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	color: #000;
}

#splash
{
	position:absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	height: 600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -400px; /*set to a negative number 1/2 of your width*/
	text-align: center;
}

#central
{
	position: relative;
	width: 1000px;
	height: 100%;
	min-height: 800px;
	margin: 0 auto 0 auto;
	border: 0;
	padding: 0;
	background-color: #fff;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both;
    visibility: hidden;
}

#central_narrow
{
	position: relative;
	width: 560px;
	height: 100%;
	margin: 0 auto 0 auto;
	border: 0;
	padding: 0;
	background-color: #fff;
}

#central_narrow
{
	position: relative;
	width: 760px;
	height: 98%;
	margin: 0 auto 0 auto;
	border: 0;
	padding: 0;
	background-color: #fff;
}

#header
{
	position: relative;
	height: 190px;
	width: 1000px;
	border-style: solid;
	border-color: #fff;
	border-width: 0 0 10px 0;
	
	box-sizing: content-box;
	
	line-height: 16px;
}

#header img
{
	vertical-align: baseline;
}

header {
	position: relative;
	height: 220px;
	width: 1000px;
	margin-bottom: 10px;
}


#logo
{
	position: absolute;
	top: 10px;
	left: 20px;
	width: 332px;
	height: 86px;
}

#login
{
	position: absolute;
	top: 30px;
	right: 10px;
	width: 520px;
	height: 75px;
	background-color: #1b2d83;
	color: #fff;	
	text-align: left;
}

#login_content
{
	position: absolute;
	top: 0;
	left: 10px;
	width: 515px;
	height: 75px;
}

#login_details
{
	position: absolute;
	top: 25px;
	left: -3px;
}

#logged_in_details
{
	position: absolute;
	top: 5px;
	left: -3px;
	font-size: 16px;
}

#login_submit
{
	position: absolute;
	top: 20px;
	right: 0;
}

#login_options
{
	position: absolute;
	bottom: 3px;
	left: 0;
	text-align: left;
}

#flash
{
	position: relative;
	width: 1000px;
	height: 200px;
	background-color: #fff;
}

#get_flash
{
	position: absolute;
	top: 83px;
	left: 444px;
	width: 112px;
	height: 33px;
}

#content
{
	position: absolute;
	top: 0;
	left: 20px;
	width: 960px;
	height: 100%;
}

#content_left
{
	float: left;
	margin-left: 20px;
	width: 200px;
	background-color: #fff;
}

.button_box
{
	position: relative;
	float: left;
	margin: 0 0 20px 0;
	width: 200px;
	height: 125px;
}

#news_title
{
	position: absolute;
	top: 15px;
	left: 0;
	width: 157px;
}

#news_box_contents
{
	position: absolute;
	top: 60px;
	left: 5px;
	width: 160px;
	color: #fff;
}

#locations
{
	float: left;
	width: 320px;
}

#locations2
{
	float: left;
	width: 260px;
}

#pos_printer_box2
{
	position: absolute;
	top: 758px;
	left: 20px;
	width: 160px;
	height: 144px;
}

#find_depot_box2
{
	position: absolute;
	top: 913px;
	left: 20px;
	width: 160px;
	height: 170px;
}

#pos_printer_box3
{
	position: absolute;
	top: 405px;
	left: 20px;
	width: 160px;
	height: 144px;
}

#find_depot_box3
{
	position: absolute;
	top: 560px;
	left: 20px;
	width: 160px;
	height: 170px;
}

#shopping_list
{
	float: left;
	margin: 0 0 20px 0;
	width: 196px;
	height: 400px;
	
	position: relative;
	
	background-color: #fff;
	
	border-width: 2px;
	border-style: solid;
	border-color: #FF0019;
}

#shopping_list2
{
	position: absolute;
	top: 0;
	left: 0;
	width: 196px;
	height: 393px;
	background-color: #fff;
	
	border-width: 2px;
	border-style: solid;
	border-color: #FF0019;
}

#shopping_list_title
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	line-height: 18px;
	
	text-align: center;
}

#shopping_list_title h2
{
	margin: 10px;
}

#shopping_list_contents
{
	position: absolute;
	top: 36px;
	left: 5px;
	width: 190px;
	height: 250px;
	
	line-height: 14px;
	font-size: 12px;
	
	overflow: auto;
}

#shopping_list_view
{
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 83px;
	height: 50px;
}

#shopping_list_clear
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 83px;
	height: 50px;
}

#shopping_list_view a, #shopping_list_clear a {
	background: #e61d25;
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 5px 8px 5px;
}

#shopping_list_pos
{
	position: absolute;
	bottom: 74px;
	left: 10px;
	width: 176px;
	height: 30px;
}

#shopping_list_pos a {
	background: #273370;
    color: #ffffff;
    display: block;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    padding: 10px 5px 8px 5px;
}

#shopping_list_buttons
{
	position: relative;
	width: 100%;
	height: 38px;
	
	margin-top: 5px;
}

#shopping_list_close
{
	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 38px;
}

#shopping_list_print
{
	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 38px;
}

#shopping_list_print_top
{
	position: absolute;
	top: -5px;
	right: 0;
	width: 80px;
	height: 38px;
}

#shopping_list_large
{
	position: relative;
	width: 560px;
	height: 620px;
}

#shopping_list_large_contents
{
	position: absolute;
	top: 0;
	left: 0;
	width: 580px;
	height: 500px;
	
	line-height: 14px;
	font-size: 12px;
	
	overflow: auto;
}

#shopping_list_large_printable
{
	position: relative;
	width: 560px;
	height: 660px;
}

#shopping_list_large_printable_contents
{
	position: relative;
	
	line-height: 14px;
	font-size: 12px;
}

#shopping_list_large_core_range
{
	position: absolute;
	bottom: 70px;
	left: 0;
	width: 170px;
	height: 38px;
}

#shopping_list_email
{
	position: absolute;
	bottom: 70px;
	right: 208px;
	width: 61px;
	height: 38px;
}

#shopping_list_large_update_quantities
{
	position: absolute;
	bottom: 70px;
	right: 67px;
	width: 115px;
	height: 38px;
}

#shopping_list_large_clear
{
	position: absolute;
	bottom: 70px;
	right: -20px;
	width: 61px;
	height: 38px;
}

#shopping_list_print_labels
{
	position: absolute;
	bottom: 70px;
	right: -20px;
	width: 115px;
	height: 38px;
}

#shopping_list_large_print_buttons
{
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 576px;
	height: 54px;
	
	border: 2px;
	border-style: solid;
	border-color: #1b2d83;	
}

#shopping_list_print_label
{
	position: absolute;
	bottom: 8px;
	left: 20px;
	width: 85px;
	height: 38px;
}

#shopping_list_large_printable_list
{
	position: absolute;
	bottom: 8px;
	right: 288px;
	width: 115px;
	height: 38px;
}

#shopping_list_labels
{
	position: absolute;
	bottom: 8px;
	right: 147px;
	width: 115px;
	height: 38px;
}

#shopping_list_shelf_edges
{
	position: absolute;
	bottom: 8px;
	right: 6px;
	width: 115px;
	height: 38px;
}

#content_central
{
	float: left;
	margin-left: 20px;
	width: 580px;
	height: 100%;
	position: relative;
}

#home_image
{
	position: absolute;
	top: 150px;
	right: 0;
	width: 250px;
	height: 315px;
	z-index: 0;
}

#content_central p, #content_central ul
{
	z-index: 2;
}

#content_central_index
{
	float: left;
	margin-left: 20px;
	width: 970px;
	height: 100%;
	position: relative;
}

#content_central_wide
{
	float: left;
	margin-left: 20px;
	width: 740px;
	height: 100%;
	position: relative;
}

#content_central_wide2
{
	float: left;
	margin-left: 20px;
	width: 800px;
	height: 100%;
	position: relative;
}

#content_scrollable
{
	position: relative;
	width: 580px;
	height: 700px;
	
	overflow: auto;
}

#slideshow_container
{
	position: relative;
	width: 970px;
	height: 295px;
	
	margin: 16px 20px 26px 20px;
}

#slideshow 
{
	position: absolute;
	top: 0;
	left: 0;
	width: 970px;
	height: 295px;
}

.slide
{
	position: relative;
	width: 970px;
	height: 295px;
}

div.slideshow_box
{
	position: absolute; 
	top: 0; 
	left: 10px;
	color: #fff;

	height: 295px;
	width: 312px;

	padding: 0;
	font-weight: normal;
	font-size: 12px;
}

div.slideshow_box p
{
	color: #fff;
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
}

#pdf_frame
{
	margin: 0;
	padding: 0;
	border: none;
	width: 580px;
	height: 840px;
	background-color: #fff;
	
	margin: 20px 0;
	
	overflow: hidden;
}

#npd_frame
{
	margin: 0;
	padding: 0;
	border: none;
	width: 970px;
	height: 234px;
	background-color: #fff;
	
	margin: 0 20px 11px 20px;
	
	overflow: hidden;
}

#npd_container
{
	position: relative;
	width: 970px;
	height: 234px;
	
	margin: 0;
	
	background-color: #ededed;
}

#npd_container h2
{
	padding: 5px 10px;
	margin: 0;
}


#npd_slider_box
{
	width: 950px;
	height: 188px;

	position: absolute;
	top: 36px;
	left: 10px;

	background-color: #ffffff;

	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
}

#npd_slider
{
	width: 930px;
	height: 168px;

	position: absolute;
	top: 10px;
	left: 10px;

	//background-image: url('../images/background-new-productsx.jpg');
	background-repeat: no-repeat;
}

#welcome_boxes
{
	position: relative;
	width: 970px;
	height: 872px;
}

#welcome_box1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 306px;
	height: 192px;
}

#welcome_box2
{
	position: absolute;
	top: 0;
	left: 332px;
	width: 306px;
	height: 192px;
}

#welcome_box3
{
	position: absolute;
	top: 0;
	left: 664px;
	width: 306px;
	height: 192px;
}

#welcome_box4
{
	position: absolute;
	top: 218px;
	left: 0;
	width: 306px;
	height: 192px;
}

#welcome_box5
{
	position: absolute;
	top: 218px;
	left: 332px;
	width: 306px;
	height: 192px;
}

#welcome_box6
{
	position: absolute;
	top: 218px;
	left: 664px;
	width: 306px;
	height: 192px;
}

#welcome_box7
{
	position: absolute;
	top: 436px;
	left: 0;
	width: 306px;
	height: 192px;
}

#welcome_box8
{
	position: absolute;
	top: 436px;
	left: 332px;
	width: 306px;
	height: 192px;
}

#welcome_box9
{
	position: absolute;
	top: 436px;
	left: 664px;
	width: 306px;
	height: 192px;
}

#welcome_box10
{
	position: absolute;
	top: 654px;
	left: 0;
	width: 306px;
	height: 192px;
}

#welcome_box11
{
	position: absolute;
	top: 654px;
	left: 332px;
	width: 306px;
	height: 192px;
}

#welcome_box12
{
	position: absolute;
	top: 654px;
	left: 664px;
	width: 306px;
	height: 192px;
}

#home_boxes
{
	position: relative;
	width: 970px;
	height: 1159px;
}

#home_boxes_new
{
	position: relative;
	width: 970px;
	height: 924px;
}

#home_box_slideshow
{
	position: absolute;
	top: 0;
	left: 0;
	width: 415px;
	height: 184px;
}

#home_box_deals
{
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 434px;
	
	background-color: #ededed;
}

#home_box_deals h2
{
	margin: 10px;
}

#home_box1
{
	position: absolute;
	top: 195px;
	left: 0;
	width: 202px;
	height: 184px;
}

#home_box2
{
	position: absolute;
	top: 195px;
	left: 213px;
	width: 202px;
	height: 184px;
}

#home_box3
{
	position: absolute;
	top: 390px;
	left: 0;
	width: 202px;
	height: 184px;
}

#home_box4
{
	position: absolute;
	top: 390px;
	left: 213px;
	width: 202px;
	height: 184px;
}

#home_box5
{
	position: absolute;
	top: 585px;
	left: 0;
	width: 202px;
	height: 184px;
}

#home_box6
{
	position: absolute;
	top: 585px;
	left: 213px;
	width: 202px;
	height: 184px;
}

#home_box7
{
	position: absolute;
	top: 780px;
	left: 0;
	width: 202px;
	height: 184px;
}

#home_box8
{
	position: absolute;
	top: 780px;
	left: 213px;
	width: 202px;
	height: 184px;
}

#home_box9
{
	position: absolute;
	top: 975px;
	left: 0;
	width: 202px;
	height: 184px;
}

#home_box10
{
	position: absolute;
	top: 975px;
	left: 213px;
	width: 202px;
	height: 184px;
}




#home_box_new1
{
	position: absolute;
	top: 444px;
	left: 0;
	width: 235px;
	height: 235px;
}

#home_box_new2
{
	position: absolute;
	top: 444px;
	left: 245px;
	width: 235px;
	height: 235px;
}

#home_box_new3
{
	position: absolute;
	top: 689px;
	left: 0;
	width: 235px;
	height: 235px;
}

#home_box_new4
{
	position: absolute;
	top: 689px;
	left: 245px;
	width: 235px;
	height: 235px;
}

#home_box_new5
{
	position: absolute;
	top: 689px;
	left: 490px;
	width: 235px;
	height: 235px;
}

#home_box_new6
{
	position: absolute;
	top: 689px;
	left: 735px;
	width: 235px;
	height: 235px;
}

.link_button
{
	position: absolute;
	bottom: 16px;
	left: 17px;
	width: 114px;
	height: 31px;
	line-height: 31px;
	text-align: left;
	padding: 0 10px;
	
	color: #fff!important;
	background-color: #db1422;
	
	text-decoration: none!important;
	font-size: 12px;
	
	border-radius: 3px;
	
	font-family: Arial;
	font-weight: bold;
}

.link_button_small
{
	position: absolute;
	bottom: 16px;
	left: 17px;
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: left;
	padding: 0 10px;
	
	color: #fff!important;
	background-color: #db1422;
	
	text-decoration: none!important;
	font-size: 10px;
	
	border-radius: 3px;
	
	font-family: Arial;
	font-weight: bold;

}

@-webkit-keyframes redPulse {
  from { background-color: #d30013; transform: scale(1);  }
  50% { background-color: #d30013; transform: scale(1.05); }
  to { background-color: #d30013; transform: scale(1); }
}

.circular_button
{

	z-index: 9999; 
	position: absolute; 
	top: 193px; 
	left: 190px;
	
	width: 100px;
	height: 40px;
	display: block;
	border-radius: 50px;

	color: #fff!important;
	background-color: #db1422;

	text-align: center;
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	
	padding: 30px 0;
	
	-webkit-animation-name: redPulse;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
}

.circular_button_text
{

	z-index: 9999; 
	position: absolute; 
	top: 193px; 
	left: 190px;
	
	width: 100px;
	height: 40px;
	display: block;
	border-radius: 50px;

	color: #fff!important;
	background-color: #db1422;

	text-align: center;
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	
	padding: 30px 0;
	
	-webkit-font-smoothing:antialiased;
	font-weight: bold
}

.magazine_button
{
		
	position: absolute; 
	top: 20px; 
	right: 26px;
	
	width: 200px;
	height: 25px;
	display: block;
	border-radius: 8px;

	color: #fff!important;
	background-color: #db1422;

	text-align: center;
	font-family: Arial;
	font-size: 10px;
	line-height: 16px;
	
	padding: 10px 0;
	
	-webkit-animation-name: redPulse;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
}

.magazine_button_text
{

	position: absolute; 
	top: 20px; 
	right: 26px;
	
	width: 200px;
	height: 25px;
	display: block;
	border-radius: 8px;

	color: #fff!important;
	background-color: #db1422;

	text-align: center;
	font-family: Arial;
	font-size: 10px;
	line-height: 16px;
	
	padding: 7px 0;
	
	-webkit-font-smoothing:antialiased;
	font-weight: bold
}

.circular_button_large
{

	position: absolute; 
	top: 20px; 
	right: 26px;
	
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 80px;

	color: #fff!important;
	background-color: #db1422;

	text-align: center;
	font-family: Arial;
	font-size: 14px;
	line-height: 18px;
	
	padding: 30px;
	
	-webkit-animation-name: redPulse;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
}

.circular_button_large_text
{

	position: absolute; 
	top: 20px; 
	right: 26px;
	
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 80px;

	color: #fff!important;
	background-color: #db1422;

	text-align: center;
	font-family: Arial;
	font-size: 16px;
	line-height: 20px;
	
	padding: 30px;
	
	-webkit-font-smoothing:antialiased;
	font-weight: bold
}


#home_box_retailer_cover
{
	position: absolute;
	top: 0;
	left: 426px;
	width: 544px;
	height: 769px;
}

#home_box_retailer_cover_small1
{
	position: absolute;
	top: 780px;
	left: 426px;
	width: 266px;
	height: 379px;
}

#home_box_retailer_cover_small2
{
	position: absolute;
	top: 780px;
	left: 703px;
	width: 266px;
	height: 379px;
}


#home_box_retailer_mag
{
	position: absolute;
	top: 0;
	left: 490px;
	width: 480px;
	height: 679px;
}

#home_box_retailer_mag_footer
{
	position: absolute; 
	bottom: 0; 
	right: 0; 
	width: 420px; 
	height: 60px; 
	padding: 30px;
	color: #fff; 
	font-style: italic; 
	font-size: 20px; 
	line-height: 24px;
}

#home_box_retailer_mag_footer a
{
	color: #fff;
	text-decoration: underline;
}

#bottom_banner
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 560px;
	height: 100px;
}

#bottom_banner h2
{
	font-size: 16px;
}


#about_us
{
	position: relative;
	height: 145px;
}

#about_us1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 145px;
}

#about_us2
{
	position: absolute;
	top: 0;
	left: 190px;
	width: 180px;
	height: 145px;
}

#about_us3
{
	position: absolute;
	top: 0;
	left: 380px;
	width: 180px;
	height: 145px;
}

#pos
{
	position: relative;
	height: 150px;
}

#pos1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 144px;
}

#pos2
{
	position: absolute;
	top: 0;
	left: 141px;
	width: 135px;
	height: 144px;
}

#pos3
{
	position: absolute;
	top: 0;
	left: 282px;
	width: 135px;
	height: 144px;
}

#pos4
{
	position: absolute;
	top: 0;
	left: 423px;
	width: 135px;
	height: 144px;
}

.pos_header
{
	position: relative;
	width: 100%;
}

.pos_header h2
{
	font-size: 24px;
	line-height: 26px;
	font-weight: normal;
	margin: 10px 0 10px 0;
}

.pos_print_selected
{
	position: absolute;
	top: 0;
	right: 75px;
	width: 106px;
	height: 30px;
}

.pos_print_selected_button
{
	width: 106px;
	height: 30px;
	border: 0;
	outline: 0;
	background-color: transparent;
	background-image: url('../images/print_selected.png');
	background-repeat: no-repeat;
	
	cursor: pointer;
	
	margin: 0;
}

.pos_print_all
{
	position: absolute;
	top: 0;
	right: 0;
	width: 65px;
	height: 30px;
}

.pos_poster_row
{
	position: relative;
	width: 580px;
	height: 300px;
	margin: 20px 0;
}

.pos_poster1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 300px;
}

.pos_poster2
{
	position: absolute;
	top: 0;
	left: 200px;
	width: 180px;
	height: 300px;
}

.pos_poster3
{
	position: absolute;
	top: 0;
	left: 400px;
	width: 180px;
	height: 300px;
}

.pos_poster_image
{
	position: relative;
	width: 180px;
	height: 255px;
	
	-webkit-box-shadow: 3px 3px 7px #8C8A8A;
	-moz-box-shadow:    3px 3px 7px #8C8A8A;
	box-shadow:         3px 3px 7px #8C8A8A;
}

.pos_talker_row
{
	position: relative;
	width: 580px;
	height: 115px;
	margin: 20px 0;
}

.pos_talker1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 115px;
}

.pos_talker2
{
	position: absolute;
	top: 0;
	left: 200px;
	width: 180px;
	height: 115px;
}

.pos_talker3
{
	position: absolute;
	top: 0;
	left: 400px;
	width: 180px;
	height: 115px;
}

.pos_talker_image
{
	position: relative;
	width: 180px;
	height: 68px;
	
	-webkit-box-shadow: 3px 3px 7px #8C8A8A;
	-moz-box-shadow:    3px 3px 7px #8C8A8A;
	box-shadow:         3px 3px 7px #8C8A8A;
}

.pos_print
{
	position: absolute;
	bottom: 10px;
	left: 30px;	
	height: 20px;
	width: 38px;
	
	display: none;
}

.select_text 
{
	position: absolute;
	bottom: 10px;
	right: 80px;	
	height: 20px;
	line-height: 20px;
	width: 60px;
	text-align: right;
	color: #1b2d83;
}

.checkbox 
{
	position: absolute;
	bottom: 10px;
	right: 55px;	
	height: 20px;
	width: 20px;
	clear:left;
	float:left;
	margin: 0 0 0;
	padding: 0 0 0 0;
	background: url("../images/checkboxes.png") no-repeat;
	cursor: default;
	text-align:left;
}
.checkbox input {
	display: none;
}

.checkbox {
	display: inline;
}

.selected {
	background-position: -20px 0;
}


#regions
{
	position: relative;
}

#region1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 182px;
	height: 200px;
	
	text-align: center;
}

#region2
{
	position: absolute;
	top: 0;
	left: 189px;
	width: 182px;
	height: 200px;
	
	text-align: center;
}

#region3
{
	position: absolute;
	top: 0;
	left: 378px;
	width: 182px;
	height: 200px;
	
	text-align: center;
}

#entries
{
	position: relative;
}

#entry1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 182px;
	height: 160px;
	
	text-align: center;
}

#entry2
{
	position: absolute;
	top: 0;
	left: 189px;
	width: 182px;
	height: 160px;
	
	text-align: center;
}

#entry3
{
	position: absolute;
	top: 0;
	left: 378px;
	width: 182px;
	height: 160px;
	
	text-align: center;
}

#entry4
{
	position: absolute;
	top: 120px;
	left: 91px;
	width: 182px;
	height: 160px;
	
	text-align: center;
}

#entry5
{
	position: absolute;
	top: 120px;
	left: 280px;
	width: 182px;
	height: 160px;
	
	text-align: center;
}

#products
{
	position: relative;
	width: 580px;
	height: 1395px;
	
	overflow: auto;
}

.product_row
{
	position: relative;
	width: 560px;
	height: 340px;
}

.product1_grocery
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #52A625;
}

.product2_grocery
{
	position: absolute;
	top: 0;
	left: 141px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #52A625;
}

.product3_grocery
{
	position: absolute;
	top: 0;
	left: 282px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #52A625;
}

.product4_grocery
{
	position: absolute;
	top: 0;
	left: 423px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #52A625;
}

.product1_chill-freeze
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #005f7b;
}

.product2_chill-freeze
{
	position: absolute;
	top: 0;
	left: 141px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #005f7b;
}

.product3_chill-freeze
{
	position: absolute;
	top: 0;
	left: 282px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #005f7b;
}

.product4_chill-freeze
{
	position: absolute;
	top: 0;
	left: 423px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #005f7b;
}

.product1_non-food
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #00A6EB;
}

.product2_non-food
{
	position: absolute;
	top: 0;
	left: 141px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #00A6EB;
}

.product3_non-food
{
	position: absolute;
	top: 0;
	left: 282px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #00A6EB;
}

.product4_non-food
{
	position: absolute;
	top: 0;
	left: 423px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #00A6EB;
}

.product1_impulse
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #f28021;
}

.product2_impulse
{
	position: absolute;
	top: 0;
	left: 141px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #f28021;
}

.product3_impulse
{
	position: absolute;
	top: 0;
	left: 282px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #f28021;
}

.product4_impulse
{
	position: absolute;
	top: 0;
	left: 423px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #f28021;
}

.product1_licensed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #E6001A;
}

.product2_licensed
{
	position: absolute;
	top: 0;
	left: 141px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #E6001A;
}

.product3_licensed
{
	position: absolute;
	top: 0;
	left: 282px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #E6001A;
}

.product4_licensed
{
	position: absolute;
	top: 0;
	left: 423px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #E6001A;
}

.product1_tobacco
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #662D91;
}

.product2_tobacco
{
	position: absolute;
	top: 0;
	left: 141px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #662D91;
}

.product3_tobacco
{
	position: absolute;
	top: 0;
	left: 282px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #662D91;
}

.product4_tobacco
{
	position: absolute;
	top: 0;
	left: 423px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #662D91;
}

.product1_additional
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #FF0019;
}

.product2_additional
{
	position: absolute;
	top: 0;
	left: 141px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #FF0019;
}

.product3_additional
{
	position: absolute;
	top: 0;
	left: 282px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #FF0019;
}

.product4_additional
{
	position: absolute;
	top: 0;
	left: 423px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #FF0019;
}

.product1_own-label
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}

.product2_own-label
{
	position: absolute;
	top: 0;
	left: 141px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}

.product3_own-label
{
	position: absolute;
	top: 0;
	left: 282px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}

.product4_own-label
{
	position: absolute;
	top: 0;
	left: 423px;
	width: 135px;
	height: 320px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #000;
}

.product1_grey_core
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	width: 133px;
	height: 320px;
	
	border-width: 2px;
	border-style: solid;
	border-color: #F0F0F0;
	
	background: #F0F0F0;
	border-radius: 12px;
}

.product2_grey_core
{
	position: absolute;
	top: 0;
	left: 141px;
	width: 135px;
	width: 133px;
	height: 320px;
	
	border-width: 2px;
	border-style: solid;
	border-color: #F0F0F0;
	
	background: #F0F0F0;
	border-radius: 12px;
}

.product3_grey_core
{
	position: absolute;
	top: 0;
	left: 282px;
	width: 135px;
	width: 133px;
	height: 320px;
	
	border-width: 2px;
	border-style: solid;
	border-color: #F0F0F0;
	
	background: #F0F0F0;
	border-radius: 12px;
}

.product4_grey_core
{
	position: absolute;
	top: 0;
	left: 423px;
	width: 135px;
	width: 133px;
	height: 320px;
	
	border-width: 2px;
	border-style: solid;
	border-color: #F0F0F0;
	
	background: #F0F0F0;
	border-radius: 12px;
}

.product1_grey
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	width: 133px;
	height: 320px;
	
	border-width: 2px;
	border-style: solid;
	border-color: #b4b4b4;
	
	border-radius: 12px;
}

.product2_grey
{
	position: absolute;
	top: 0;
	left: 141px;
	width: 135px;
	width: 133px;
	height: 320px;
	
	border-width: 2px;
	border-style: solid;
	border-color: #b4b4b4;
	
	border-radius: 12px;
}

.product3_grey
{
	position: absolute;
	top: 0;
	left: 282px;
	width: 135px;
	width: 133px;
	height: 320px;
	
	border-width: 2px;
	border-style: solid;
	border-color: #b4b4b4;
	
	border-radius: 12px;
}

.product4_grey
{
	position: absolute;
	top: 0;
	left: 423px;
	width: 135px;
	width: 133px;
	height: 320px;
	
	border-width: 2px;
	border-style: solid;
	border-color: #b4b4b4;
	
	border-radius: 12px;
}

.product_filler_3box
{
	position: absolute;
	top: 0;
	left: 141px;
	width: 419px;
	height: 307px;
}

.product_filler_2box
{
	position: absolute;
	top: 0;
	left: 282px;
	width: 278px;
	height: 307px;
}

.product_filler_1box
{
	position: absolute;
	top: 0;
	left: 423px;
	width: 137px;
	height: 307px;
}

.product_filler_1box .app_store
{
	position: absolute;
	top: 160px;
	left: 10px;
	width: 117px;
	height: 36px;
}

.product_filler_1box .google_play
{
	position: absolute;
	top: 216px;
	left: 10px;
	width: 117px;
	height: 36px;
}

.product_filler_1box .twitter
{
	position: absolute;
	top: 130px;
	left: 35px;
	width: 67px;
	height: 54px;
}

.product_filler_1box .facebook
{
	position: absolute;
	top: 210px;
	left: 35px;
	width: 67px;
	height: 66px;
}

.planogram_row
{
	position: relative;
	width: 560px;
	height: 145px;
	
	font-size: 18px;
}

.planogram_row a:hover
{
	text-decoration: none;
}

.planogram_region
{
	font-size: 14px;
}


.planogram1_grocery:hover, .planogram2_grocery:hover, .planogram3_grocery:hover, .planogram4_grocery:hover
{
	background-color: #52A625;
	color: #fff;
}

.planogram1_grocery
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #52A625;
	
	color: #52A625;
	background-color: #fff;
	text-align: center;
}

.planogram2_grocery
{
	position: absolute;
	top: 0;
	left: 155px;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #52A625;
	
	color: #52A625;
	background-color: #fff;
	text-align: center;
}

.planogram3_grocery
{
	position: absolute;
	top: 0;
	left: 310px;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #52A625;
	
	color: #52A625;
	background-color: #fff;
	text-align: center;
}

.planogram1_impulse:hover, .planogram2_impulse:hover, .planogram3_impulse:hover, .planogram4_impulse:hover
{
	background-color: #f28021;
	color: #fff;
}

.planogram1_impulse
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #f28021;
	
	color: #f28021;
	background-color: #fff;
	text-align: center;
}

.planogram2_impulse
{
	position: absolute;
	top: 0;
	left: 155px;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #f28021;
	
	color: #f28021;
	background-color: #fff;
	text-align: center;
}

.planogram3_impulse
{
	position: absolute;
	top: 0;
	left: 310px;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #f28021;
	
	color: #f28021;
	background-color: #fff;
	text-align: center;
}

.planogram1_non-food:hover, .planogram2_non-food:hover, .planogram3_non-food:hover, .planogram4_non-food:hover
{
	background-color: #00A6EB;
	color: #fff;
}

.planogram1_non-food
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #00A6EB;
	
	color: #00A6EB;
	background-color: #fff;
	text-align: center;
}

.planogram2_non-food
{
	position: absolute;
	top: 0;
	left: 155px;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #00A6EB;
	
	color: #00A6EB;
	background-color: #fff;
	text-align: center;
}

.planogram3_non-food
{
	position: absolute;
	top: 0;
	left: 310px;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #00A6EB;
	
	color: #00A6EB;
	background-color: #fff;
	text-align: center;
}

.planogram1_licensed:hover, .planogram2_licensed:hover, .planogram3_licensed:hover, .planogram4_licensed:hover
{
	background-color: #E6001A;
	color: #fff;
}

.planogram1_licensed
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #E6001A;
	
	color: #E6001A;
	background-color: #fff;
	text-align: center;
}

.planogram2_licensed
{
	position: absolute;
	top: 0;
	left: 155px;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #E6001A;
	
	color: #E6001A;
	background-color: #fff;
	text-align: center;
}

.planogram3_licensed
{
	position: absolute;
	top: 0;
	left: 310px;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #E6001A;
	
	color: #E6001A;
	background-color: #fff;
	text-align: center;
}

.planogram1_tobacco:hover, .planogram2_tobacco:hover, .planogram3_tobacco:hover, .planogram4_tobacco:hover
{
	background-color: #662D91;
	color: #fff;
}

.planogram1_tobacco
{
	position: absolute;
	top: 0;
	left: 0;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #662D91;
	
	color: #662D91;
	background-color: #fff;
	text-align: center;
}

.planogram2_tobacco
{
	position: absolute;
	top: 0;
	left: 155px;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #662D91;
	
	color: #662D91;
	background-color: #fff;
	text-align: center;
}

.planogram3_tobacco
{
	position: absolute;
	top: 0;
	left: 310px;
	width: 135px;
	height: 135px;
	
	border-width: 1px;
	border-style: solid;
	border-color: #662D91;
	
	color: #662D91;
	background-color: #fff;
	text-align: center;
}

#planogram_col1
{
	float: left;
	margin-left: 0;
	width: 360px;
	height: 100%;
}

#planogram_col2
{
	float: left;
	margin-left: 20px;
	width: 360px;
	height: 100%;
}

#planogram_buttons
{
	position: absolute;
	top: 0;
	right: 0;
	width: 200px;
	height: 90px;
}

.new_product_row
{
	position: relative;
	width: 560px;
	height: 230px;
}

.new_product1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 230px;
}

.new_product2
{
	position: absolute;
	top: 0;
	left: 186px;
	width: 180px;
	height: 230px;
}

.new_product3
{
	position: absolute;
	top: 0;
	left: 372px;
	width: 180px;
	height: 230px;
}

.new_product4
{
	position: absolute;
	top: 0;
	left: 558px;
	width: 180px;
	height: 230px;
}

.new_product_image
{
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 170px;
}

.new_product_details
{
	position: absolute;
	top: 180px;
	left: 5px;
	width: 170px;
	height: 60px;
	
	text-align: center;
}

.new_product
{
	position: absolute;
	top: 0;
	left: 0;
	width: 740px;
	height: 700px;
}

.product_regions
{
	position: absolute;
	top: 44px;
	left: 2px;
	width: 12px;
	height: 85px;
}

.product_region
{
	float: left;
	margin-bottom: 3px;
	width: 13px;
	height: 26px;
	line-height: 12px;
	
	font-size: 10px;
	text-align: center;
}

.product_image
{
	position: absolute;
	top: 25px;
	left: 7px;
	width: 120px;
	height: 120px;
}

.product_new
{
	position: absolute;
	top: 0;
	left: 0;
	width: 42px;
	height: 42px;
}

.product_new_new {
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	background: #b4b4b4;
    color: #ffffff!important;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: border-box;
}

.product_new_new.grocery { background: #52A625; }
.product_new_new.chill-freeze { background: #005f7b; }
.product_new_new.non-food { background: #00A6EB; }
.product_new_new.impulse { background: #f28021; }
.product_new_new.licensed { background: #E6001A; }
.product_new_new.tobacco { background: #662D91; }

.product_new_new_border {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #b4b4b4;
	box-sizing: border-box;
}

.product_new_new_border.grocery { border-color: #52A625; }
.product_new_new_border.chill-freeze { border-color: #005f7b; }
.product_new_new_border.non-food { border-color: #00A6EB; }
.product_new_new_border.impulse { border-color: #f28021; }
.product_new_new_border.licensed { border-color: #E6001A; }
.product_new_new_border.tobacco { border-color: #662D91; }

.product-planogram-button {
	position: relative;
	min-width: 200px;
	background: #1b2d83;
	color: #fff!important;
	padding: 7px 10px 7px 20px;
	border: none;
	border-radius: 20px;
	font-weight: 400;
	text-align: left;
	height: 40px;
	line-height: 26px;
	font-size: 14px;
	margin-right: 20px;
	cursor: pointer;
	
	position: absolute;
	top: 0;
	right: 10px;
	margin-right: 0;
}

.product-planogram-button.grocery { background: #52A625; }
.product-planogram-button.chill-freeze { background: #005f7b; }
.product-planogram-button.non-food { background: #00A6EB; }
.product-planogram-button.impulse { background: #f28021; }
.product-planogram-button.licensed { background: #E6001A; }
.product-planogram-button.tobacco { background: #662D91; }

.product-planogram-button .fa-stack {
	float: right;
}

.product-planogram-button .fa-stack .fa-stack-1x {
	color: #1b2d83
}

.product-planogram-button .fa-stack .fa-stack-1x.grocery { color: #52A625; }
.product-planogram-button .fa-stack .fa-stack-1x.chill-freeze { color: #005f7b; }
.product-planogram-button .fa-stack .fa-stack-1x.non-food { color: #00A6EB; }
.product-planogram-button .fa-stack .fa-stack-1x.impulse { color: #f28021; }
.product-planogram-button .fa-stack .fa-stack-1x.licensed { color: #E6001A; }
.product-planogram-button .fa-stack .fa-stack-1x.tobacco { color: #662D91; }

.five-point-star {
  position: absolute;
  top: 0;
  left: 55px;
  display: block;
  margin: 7px 0;
  width: 0px;
  height: 0px;
  border-right: 12px solid transparent;
  border-bottom: 9px solid #a87d1f;
  border-left: 12px solid transparent;
  -webkit-transform: rotate(37deg);
  -moz-transform: rotate(37deg);
  -ms-transform: rotate(37deg);
  -o-transform: rotate(37deg);
  transform: rotate(37deg);
  
}

.five-point-star:before {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  top: -6px;
  left: -7px;
  content: "";
  border-bottom: 8px solid #a87d1f;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  -webkit-transform: rotate(323deg);
  -moz-transform: rotate(323deg);
  -ms-transform: rotate(323deg);
  -o-transform: rotate(323deg);
  transform: rotate(323deg);
}

.five-point-star:after {
  position: absolute;
  display: block;
  width: 0px;
  height: 0px;
  top: 0;
  left: -12px;
  content: "";
  border-right: 12px solid transparent;
  border-bottom: 9px solid #a87d1f;
  border-left: 12px solid transparent;
  -webkit-transform: rotate(286deg);
  -moz-transform: rotate(286deg);
  -ms-transform: rotate(286deg);
  -o-transform: rotate(286deg);
  transform: rotate(286deg);
}

.product_pmp
{
	position: absolute;
	top: 3px;
	right: -1px;
	width: 32px;
	height: 17px;
	
	background: #545352;
	color: #fff;
	
	text-transform: uppercase;
	text-align: center;
	
	font-size: 10px;
	line-height: 18px;
}

.product_core_new
{
	position: absolute;
	top: 6px;
	left: -2px;
	width: 42px;
	height: 26px;
}

.product_core_pmp
{
	position: absolute;
	top: 6px;
	right: -2px;
	width: 42px;
	height: 26px;
}

.product_core_either_or
{
	position: absolute;
	top: 150px;
	right: -23px;
	width: 42px;
	height: 30px;
	
	z-index: 1;
}

.product_core_hfss
{
	border: 2px solid #4fac26;
}

.product_vat_free
{
	position: absolute;
	top: 15px;
	right: -1px;
	width: 68px;
	height: 22px;
}

.product_vat_free_new
{
	position: absolute;
	top: 3px;
	right: -1px;
	width: 56px;
	height: 17px;
	
	background: #04488E;
	color: #fff;
	
	text-transform: uppercase;
	text-align: center;
	
	font-size: 10px;
	line-height: 18px;
}

.product_new_new_new
{
	position: absolute;
	top: 3px;
	left: -1px;
	width: 56px;
	height: 17px;
	
	background: #04488E;
	color: #fff;
	
	text-transform: uppercase;
	text-align: center;
	
	font-size: 8px;
	line-height: 18px;
	
	z-index: 1;
}

.product_flags
{
	position: absolute;
	top: 130px;
	top: 145px;
	right: 0;
	width: 100%;
	height: 22px;
	
	text-align: center;
}

.product_flags img
{
	height: 100%;
	margin: 0 3px;
	/*border: 1px solid #ddd;*/
}

.product_alcohol_free
{
	position: absolute;
	bottom: 72px;
	right: 0;
	width: 42px;
	height: 42px;
}

.product_price_range
{
	position: absolute;
	top: 3px;
	left: 3px;
	width: 18px;
	height: 130px;
}

.product_country
{
	position: absolute;
	top: 3px;
	right: 3px;
	width: 42px;
	height: 28px;
	
	border: 1px solid #b4b4b4;
}

.product_own_label_core_range
{
	position: absolute;
	top: 3px;
	right: 3px;
	width: 48px;
	height: 33px;
}

.product_details
{
	position: absolute;
	top: 150px;
	left: 5px;
	width: 125px;
	width: 123px;
	height: 120px;
	
	text-align: center;
	
	color: #545352;
}

.product_add
{
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 135px;
	width: 133px;
	//height: 67px;
	
	text-align: center;
	
	color: #545352;
}

.product_add a.add_button
{
	background: #F0F0F0;
    color: #545352;
    display: block;
    font-size: 12px;
    margin: 3px 5px;
    padding: 3px;
    text-decoration: none;
    
   	border: 1px solid #b4b4b4;
}

.product_add a.add_button.core
{
	background: #ffffff;
}

.product_add a.add_button.grocery
{
	background: #52A625;
	color: #fff;
	border: none;
}

.product_add a.add_button.chill-freeze
{
	background: #005f7b;
	color: #fff;
	border: none;
}

.product_add a.add_button.non-food
{
	background: #00A6EB;
	color: #fff;
	border: none;
}

.product_add a.add_button.impulse
{
	background: #f28021;
	color: #fff;
	border: none;
}

.product_add a.add_button.licensed
{
	background: #E6001A;
	color: #fff;
	border: none;
}

.product_add a.add_button.tobacco
{
	background: #662D91;
	color: #fff;
	border: none;
}




#content_right
{
	float: left;
	margin-left: 10px;
	width: 160px;
}

#calc
{
	position: relative;
	top: -5px;
	
	height: 190px;
	width: 160px;
	text-align: left;
	background-color: #FF0019;
	color: #fff;
	margin: 0 0 10px 0;
}

#calc h2
{
	color: #fff;
	margin: 5px;
	font-size: 16px;
	text-align: center;
}

#calc_box
{
	position: absolute;
	top: 25px;
	right: 5px;
	width: 150px;
	height: 160px;
	
	background-color: #fff;
	color: #000;
	
	font-size: 12px;
}

#calc_box input
{
	width: 35px;
	height: 16px;
	
	background-color: #fff;
	color: #000;
	outline: none;
}

#calc_button
{
	position: absolute;
	bottom: 4px;
	left: 4px;
	width: 142px;
	height: 20px;
}

#calc2
{
	position: relative;
	top: -5px;
	
	height: 300px;
	width: 240px;
	text-align: left;
	background-color: #FF0019;
	color: #fff;
	margin: 0 0 10px 0;
}

#calc2 h2
{
	color: #fff;
	margin: 5px;
	font-size: 24px;
	text-align: center;
}

#calc_box2
{
	position: absolute;
	top: 35px;
	right: 5px;
	width: 230px;
	height: 260px;
	
	background-color: #fff;
	color: #000;
	
	font-size: 22px;
}

#calc_box2 input
{
	width: 40px;
	height: 16px;
	font-size: 16px;
	background-color: #fff;
	color: #000;
	outline: none;
}

#calc_button2
{
	position: absolute;
	bottom: 4px;
	left: 44px;
	width: 142px;
	height: 20px;
}


input.input_grocery
{
	width: 25px;
	height: 14px;
	
	background-color: #fff;
	color: #52A625;
	outline: none;
	
	border: 1px;
	border-style: solid;
	border-color: #52A625;
	
	margin-bottom: 3px;
}

input.input_chill-freeze
{
	width: 25px;
	height: 14px;
	
	background-color: #fff;
	color: #005f7b;
	outline: none;
	
	border: 1px;
	border-style: solid;
	border-color: #005f7b;
	
	margin-bottom: 3px;
}

input.input_non-food
{
	width: 25px;
	height: 14px;
	
	background-color: #fff;
	color: #00A6EB;
	outline: none;
	
	border: 1px;
	border-style: solid;
	border-color: #00A6EB;
	
	margin-bottom: 3px;
}

input.input_licensed
{
	width: 25px;
	height: 14px;
	
	background-color: #fff;
	color: #E6001A;
	outline: none;
	
	border: 1px;
	border-style: solid;
	border-color: #E6001A;
	
	margin-bottom: 3px;
}

input.input_tobacco
{
	width: 25px;
	height: 14px;
	
	background-color: #fff;
	color: #662D91;
	outline: none;
	
	border: 1px;
	border-style: solid;
	border-color: #662D91;
	
	margin-bottom: 3px;
}

input.input_impulse
{
	width: 25px;
	height: 14px;
	
	background-color: #fff;
	color: #f28021;
	outline: none;
	
	border: 1px;
	border-style: solid;
	border-color: #f28021;
	
	margin-bottom: 3px;
}

input.input_own-label
{
	width: 25px;
	height: 14px;
	
	background-color: #fff;
	color: #000;
	outline: none;
	
	border: 1px;
	border-style: solid;
	border-color: #000;
	
	margin-bottom: 3px;
}

input.input_grey
{
	width: 25px;
	height: 14px;
	
	background-color: #fff;
	color: #545352;
	outline: none;
	
	border: 1px;
	border-style: solid;
	border-color: #b4b4b4;
	
	margin-bottom: 3px;
}

#endorsements
{
	position: relative;
	width: 160px;
	height: 100px;
}

#endorsement1
{
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100px;
	height: 30px;
}

#endorsement2
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 30px;
}

#endorsement3
{
	position: absolute;
	bottom: 5px;
	left: 110px;
	width: 50px;
	height: 50px;
}

.endorsement_row
{
	position: relative;
	width: 560px;
	height: 250px;
}

.endorsement_images
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 250px;
	
	text-align: center;
}

.endorsement_text
{
	position: absolute;
	top: 0;
	left: 120px;
	width: 440px;
	height: 250px;
}

.month
{
	position: relative;
	width: 560px;
	
	margin: 0 0 20px 0;
}

.month_header
{
	position: relative;
	width: 560px;
	height: 30px;
	color: #fff;
	background-color: #ff0019;
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}


#main
{
	position: relative;
	width: 1000px;
	height: 870px;
	background-color: #fff;
	border-style: solid;
	border-color: #fff;
	border-width: 10px 0 0 0;
}

#breadcrumbs
{
	position: relative;
	left: 20px;
	width: 970px;
	height: 20px;
	padding: 0;
	margin: 0 0 10px 5px;
	border: 0;
	
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	line-height: 22px;
}

#category_buttons
{
	position: relative;
	width: 100%;
	height: 38px;
	
	padding: 0;
	margin: 0 0 0 -10px;
	border: 0;
}

#category_button1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 28px;
}

#category_button2
{
	position: absolute;
	top: 0;
	left: 100px;
	width: 90px;
	height: 28px;
}

#category_button3
{
	position: absolute;
	top: 0;
	left: 200px;
	width: 90px;
	height: 28px;
}

#category_button4
{
	position: absolute;
	top: 0;
	left: 300px;
	width: 90px;
	height: 28px;
}

#category_button5
{
	position: absolute;
	top: 0;
	left: 400px;
	width: 90px;
	height: 28px;
}

#category_button6
{
	position: absolute;
	top: 0;
	left: 500px;
	width: 90px;
	height: 28px;
}

#category_buttons_new
{
	position: relative;
	width: 100%;
	height: 38px;
	
	padding: 0;
	border: 0;
}

#category_button_new1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 28px;
}

#category_button_new2
{
	position: absolute;
	top: 0;
	left: 116px;
	width: 100px;
	height: 28px;
}

#category_button_new3
{
	position: absolute;
	top: 0;
	left: 232px;
	width: 100px;
	height: 28px;
}

#category_button_new4
{
	position: absolute;
	top: 0;
	left: 348px;
	width: 100px;
	height: 28px;
}

#category_button_new5
{
	position: absolute;
	top: 0;
	left: 464px;
	width: 100px;
	height: 28px;
}

#category_button_new6
{
	position: absolute;
	top: 0;
	left: 580px;
	width: 100px;
	height: 28px;
}

#category_button_new7
{
	position: absolute;
	top: 0;
	left: 696px;
	width: 100px;
	height: 28px;
}

#category_button_own1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 28px;
}

#category_button_own2
{
	position: absolute;
	top: 0;
	left: 136px;
	width: 120px;
	height: 28px;
}

#category_button_own3
{
	position: absolute;
	top: 0;
	left: 272px;
	width: 120px;
	height: 28px;
}

#category_button_own4
{
	position: absolute;
	top: 0;
	left: 408px;
	width: 120px;
	height: 28px;
}

#category_button_own5
{
	position: absolute;
	top: 0;
	left: 544px;
	width: 120px;
	height: 28px;
}

#category_button_own6
{
	position: absolute;
	top: 0;
	left: 680px;
	width: 120px;
	height: 28px;
}

#category_buttons_npd
{
	position: relative;
	width: 100%;
	height: 38px;
	
	padding: 0;
	margin: 0;
	border: 0;
	
	margin-bottom: 10px;
}

#category_button_npd1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 28px;
}

#category_button_npd2
{
	position: absolute;
	top: 0;
	left: 136px;
	width: 120px;
	height: 28px;
}

#category_button_npd3
{
	position: absolute;
	top: 0;
	left: 272px;
	width: 120px;
	height: 28px;
}

#category_button_npd4
{
	position: absolute;
	top: 0;
	left: 408px;
	width: 120px;
	height: 28px;
}

#category_button_npd5
{
	position: absolute;
	top: 0;
	left: 544px;
	width: 120px;
	height: 28px;
}

#category_button_npd6
{
	position: absolute;
	top: 0;
	left: 680px;
	width: 120px;
	height: 28px;
}

#category_buttons_drop
{
	position: relative;
	width: 100%;
	height: 50px;
	
	padding: 0;
	margin: 0;
	border: 0;
	
	margin-bottom: 10px;
}

#category_button_drop1
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 28px;
}

#category_button_drop2
{
	position: absolute;
	top: 0;
	left: 116px;
	width: 100px;
	height: 28px;
}

#category_button_drop3
{
	position: absolute;
	top: 0;
	left: 232px;
	width: 100px;
	height: 28px;
}

#category_button_drop4
{
	position: absolute;
	top: 0;
	left: 348px;
	width: 100px;
	height: 28px;
}

#category_button_drop5
{
	position: absolute;
	top: 0;
	left: 464px;
	width: 100px;
	height: 28px;
}

#category_button_drop6
{
	position: absolute;
	top: 0;
	left: 580px;
	width: 100px;
	height: 28px;
}

#category_button_drop7
{
	position: absolute;
	top: 0;
	left: 696px;
	width: 100px;
	height: 28px;
}

.drop_contact_button
{
	
	width: 100%;
	height: 60px;
	color: #fff;
	background-color: #1b2d83;
	text-align: center;
	
	border: 0;
	padding: 0;
	margin: 10px 0;
	
	font-size: 28px;
	line-height: 60px;
	
	cursor: pointer;
	
}

#subcategory_buttons_npd
{
	float: left;
	width: 200px;
	background-color: #fff;
}

.npd_row {
	position: relative;
	width: 580px;
	height: 100px;
	margin-bottom: 2px;
}

a.npd {
	text-decoration: none!important;
}

.npd_row_grocery {
	background-color: #52A625;
}

.npd_row_chill-freeze {
	background-color: #005f7b;
}

.npd_row_non-food {
	background-color: #00A6EB;
}

.npd_row_impulse {
	background-color: #f28021;
}

.npd_row_licensed {
	background-color: #E6001A;
}

.npd_row_tobacco {
	background-color: #662D91;
}

.npd_row_standard {
	background-color: #1b2d83;
}

.npd_row_text {
	width: 440px;
	padding: 20px;
}

.npd_row_text p {
	color: #fff;
}

.npd_row_image {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	height: 100px;
	padding-right: 10px
}

.npd_row_image img {
	width: 100px;
	height: 100px;
}

.npd_row_new_flag {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
}

.npd_row_new_flag img {
	width: 42px;
	height: 42px;
}

.drop_row {
	position: relative;
	width: 580px;
	height: 126px;
	margin: 0 0 10px 2px;
}

.drop_row_text {
	width: 160px;
	height: 86px;
	padding: 20px;
}

.drop_row_text p {
	color: #fff;
	margin: 0 0 10px 0;
}

.drop_row_image {
	position: absolute;
	top: 0;
	right: 260px;
	width: 100px;
	height: 100px;
	padding: 13px 10px;
}

.drop_row_image img {
	width: 100px;
	height: 100px;
}

.drop_row_countries {

	position: absolute;
	top: 0;
	right: 116px;
	width: 104px;
	height: 86px;
	padding: 20px 15px;
	color: #fff;
	line-height: 22px;
}

.drop_row_countries span {
	color: #7177b2;
}

.drop_row_divider {
	position: absolute;
	top: 0;
	right: 106px;
	background: #fff;
	width: 10px; 
	height: 100%;
}

.drop_row_new_flag {
	position: absolute;
	top: 0;
	right: 0;
	width: 42px;
	height: 42px;
}

.drop_row_new_flag img {
	width: 42px;
	height: 42px;
}

.drop_row_sectors {

	position: absolute;
	top: 0;
	right: 0;
	width: 80px;
	height: 80px;
	padding: 20px 10px;
	color: #fff;
	line-height: 22px;
}

.drop_row_sectors span {
	color: #7177b2;
}


a.retailer_sign_up {
	background: #28356e;
	color: #fff!important;
	
	padding: 10px;
	display: inline-block;
	
	text-decoration: none!important;
}



#bottom
{
	position: relative;
	width: 1000px;
	height: 130px;
}

.buffer
{
	position: relative;
	width: 1000px;
	height: 20px;
	background-color: #fff;
}

#footer_container
{
	position: relative;
	width: 100%;
	height: 100px;
	color: #fff;
	background-color: #273370;
	text-align: left;
	font-size: 11px;
	line-height: 30px;
}

#footer
{
	position: relative;
	margin: 0 auto;
	width: 1000px;
	height: 30px;
	color: #fff;
	background-color: transparent;
	text-align: left;
	font-size: 11px;
	line-height: 30px;
}

#footer a
{
	margin-right: 30px;
}

#footer_navbar
{
	position: absolute;
	bottom: 0;
	left: 20px;
	height: 30px;
	line-height: 30px;
	width: 700px;
	font-size: 11px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	text-align: left;
}

#origin
{
	position: absolute;
	bottom: 0;
	left: 10px;
	width: 166px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
}

#copyright
{
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 225px;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #fff;
	text-align: right;
}

#footer_unitas
{
	position: absolute;
	top: 30px;
	right: 5px;

}

a:link 
{
	color: #000;
	text-decoration: none;
}

a:visited 
{
	color: #000;
	text-decoration: none;
}

a:hover 
{
	color: #000;
	text-decoration: underline;
}

a:active 
{
	color: #000;
	text-decoration: none;
}

a:link, a:visited, a:focus, a:hover, a:active
{ 
	outline: none;
} 

#footer a
{
	color: #fff;
}

.title
{
	font-size: 18px;
	color: #fff;
	background-color: #36B92D;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 15px;
}

.float_box
{
	position: relative;
	float: right;
	width: 538px;
	margin: 10px 0 10px 0;
}

.float_right
{
	position: relative;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 10px;
}

.float_left
{
	position: relative;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px;
}

img
{
	border: 0;
}

.left
{
	text-align: left;
}

.right
{
	text-align: right;
}

.bold
{
	font-weight: bold;
}

.error
{
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
}

.red
{
	color: #FF0019;
}

.green
{
	color: green;
}


.red_bold
{
	color: #FF0019;
	font-weight: bold;
}

.small
{
	font-size: 12px;
}

.small_bold
{
	font-size: 12px;
	font-weight: bold;
}

.grocery, a.grocery
{
	color: #52A625;
}

a.grocery_border
{
	color: #52A625;
	border-color: #52A625;
}

a.grocery_border_on, a.grocery_border:hover
{
	color: #fff;
	background-color: #52A625;
	border-color: #52A625;
	text-decoration: none;
}

.chill-freeze, a.chill-freeze
{
	color: #005f7b;
}

a.chill-freeze_border
{
	color: #005f7b;
	border-color: #005f7b;
}

a.chill-freeze_border_on, a.chill-freeze_border:hover
{
	color: #fff;
	background-color: #005f7b;
	border-color: #005f7b;
	text-decoration: none;
}

.non-food, a.non-food
{
	color: #00A6EB;
}

a.non-food_border
{
	color: #00A6EB;
	border-color: #00A6EB;
}

a.non-food_border_on, a.non-food_border:hover
{
	color: #fff;
	background-color: #00A6EB;
	border-color: #00A6EB;
	text-decoration: none;
}

.impulse, a.impulse
{
	color: #f28021;
}

a.impulse_border
{
	color: #f28021;
	border-color: #f28021;
}

a.impulse_border_on, a.impulse_border:hover
{
	color: #fff;
	background-color: #f28021;
	border-color: #f28021;
	text-decoration: none;
}

.licensed, a.licensed
{
	color: #E6001A;
}

a.licensed_border
{
	color: #E6001A;
	border-color: #E6001A;
}

a.licensed_border_on, a.licensed_border:hover
{
	color: #fff;
	background-color: #E6001A;
	border-color: #E6001A;
	text-decoration: none;
}

.tobacco, a.tobacco
{
	color: #662D91;
}

a.tobacco_border
{
	color: #662D91;
	border-color: #662D91;
}

a.tobacco_border_on, a.tobacco_border:hover
{
	color: #fff;
	background-color: #662D91;
	border-color: #662D91;
	text-decoration: none;
}

.standard, a.standard
{
	color: #1b2d83;
}

a.standard_border
{
	color: #1b2d83;
	border-color: #1b2d83;
}

a.standard_border_on, a.standard_border:hover
{
	color: #fff;
	background-color: #1b2d83;
	border-color: #1b2d83;
	text-decoration: none;
}

.additional, a.additional
{
	color: #FF0019;
}

.own-label, a.own-label
{
	color: #000;
}

a.own-label_border
{
	color: #273370;
	border-color: #273370;
}

a.own-label_border_on, a.own-label_border:hover
{
	color: #fff;
	background-color: #273370;
	border-color: #273370;
	text-decoration: none;
}

.grocery_bar
{
	background-color: #52A625;
	width: 555px;
	padding: 0 0 0 5px;
}

.chill-freeze_bar
{
	background-color: #005f7b;
	width: 555px;
	padding: 0 0 0 5px;
}

.non-food_bar
{
	background-color: #00A6EB;
	width: 555px;
	padding: 0 0 0 5px;
}

.impulse_bar
{
	background-color: #f28021;
	width: 555px;
	padding: 0 0 0 5px;
}

.licensed_bar
{
	background-color: #E6001A;
	width: 555px;
	padding: 0 0 0 5px;
}

.tobacco_bar
{
	background-color: #662D91;
	width: 555px;
	padding: 0 0 0 5px;
}

.additional_bar
{
	background-color: #FF0019;
	width: 555px;
	padding: 0 0 0 5px;
}

.own-label_bar
{
	background-color: #000;
	width: 555px;
	padding: 0 0 0 5px;
}

h2.white
{
	color: #ffffff;
	padding: 4px;
}

p
{
	margin: 10px 0 10px 0;
}

p.indent
{
	margin: 10px 10px 10px 10px;
}

span.large
{
	font-size: 30px;
	font-weight: bold;
}

td.top
{
	vertical-align: top;
}

td.enquiry
{
	width: 100px;
}

input.login
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	border: 1px;
	border-style: solid;
	border-color: #fff;
	width: 150px;
	height: 16px;
}

input.register
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	border: 1px;
	border-style: solid;
	border-color: #000;
	width: 240px;
	height: 16px;
}


#shopping_list_large_contents input, #shopping_list_large_printable_contents input
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	border: 1px;
	border-style: solid;
	border-color: #000;
	width: 25px;
	height: 14px;
}

input.enquiry
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	border: 1px;
	border-style: solid;
	border-color: #000;
	width: 300px;
	height: 16px;
}

input.submit_button
{
	width: 71px;
	height: 38px;
	border: 0;
	border-style: none;
}

textarea
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	border: 1px;
	border-style: solid;
	border-color: #000;
	width: 240px;
	height: 150px;
	
	border: 1px;
	border-style: solid;
	border-color: #000;
}

select
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 14px;
	border: 1px;
	border-style: solid;
	border-color: #000;
	width: 240px;
	height: 20px;
	
	border: 1px;
	border-style: solid;
	border-color: #000;
}

hr
{
	height: 1px;
	width: 100%;
	margin: 2px 0 2px 0;
	border: 0;
	color: #000;
	background-color: #000;
}

hr.pos
{
	height: 2px;
	width: 100%;
	margin: 2px 0 2px 0;
	border: 0;
	color: #1b2d83;
	background-color: #1b2d83;
}	

h1
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 40px;
	line-height: 52px;
	font-weight: normal;
	margin: 10px 0 20px 0;
	letter-spacing: 1px;
	color: #1b2d83;
}

h2
{
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	margin: 20px 0 10px 0;
	letter-spacing: 1px;
	color: #1b2d83;
}

#login h1, #news_box_contents h1
{
	font-size: 18px;
	line-height: 22px;
	margin: 3px 0 0 0;
	color: #fff;
	letter-spacing: 1px;
	font-weight: normal;
}

#login a
{
	color: #fff;
}

.italic
{
	font-style: italic;
}

/* CSS FOR SLIDESHOW SCRIPT */
#imageSlideshowHolder{
	margin: 0;	/* "Air" */
	float: right; /* Floating gallery at the right side of other web page content */		
	width: 160px;	/* Image width */
	height: 600px;	/* Image height */
	z-index: 1;
	
	position:relative;	/* Don't remove this line */
}

/* Don't change these values */
#imageSlideshowHolder img{
	position:absolute;
	left:0px;
	top:0px;
}

/* END CSS FOR SLIDESHOW SCRIPT */



/* homepage slideshow */

td a { margin: 5px }
.slideshow_nav { margin: 5px 0 }
#slideshow_nav a, #s7 strong { color: transparent; font-size: 12px; padding: 0 0; margin: 0 3px; background-image:url('images/slideshow/pagination_white.jpg'); background-repeat: repeat; display: inline-block; width: 15px; height: 15px; }
#slideshow_nav a.activeSlide { color: transparent; font-size: 12px; padding: 0 0; margin: 0 3px; background-image:url('images/slideshow/pagination_red.jpg'); background-repeat: repeat; display: inline-block; width: 15px; height: 15px; } 
#slideshow_nav a:focus { outline: none; }
#slideshow_nav { position: absolute; bottom: 10px; right: 10px; width: 63px; height: 15px; text-align: left; color: transparent; background-color: transparent; z-index: 99;}