@CHARSET "UTF-8";
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*
/*  Frisky Partridge
/*  Copyright 2009
/*
/*  Cascading Style Sheet
/*
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/*  Author: Redder Limited
/* ---------------------------------------------------------------------- */


/* ###################################### */
/* RESETING
/* ###################################### */
ul,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

ol {
list-style: none;
}

a
{
	color: #464646;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Georgia, serif;
  font-size: 12px;
/*
  background-color: #DDDDD6;
*/

  background-position: 0px 123px;
  background-repeat: repeat-x;
}

<style type="text/css">
		* {
		margin: 0;
		padding: 0;
		}
		body {
		background-color: #715a43;
		background-image: url(/images/fp-bg.png);
		background-repeat: repeat-x;
		background-position: center top;
		text-align: center;
		font-family: Georgia, serif;
		color: #666;
		font-size: 14px;
		line-height: 24px;
		}


/* ###################################### */
/* GENERAL
/* ###################################### */

.float_right {
	float: right;
}

.float_left {
  float: left;
}


h1
{
  color: #464646;
  font-size: 2em;
  font-weight:normal;
  line-height: 120%;
  margin-bottom: 20px;
}
h1.home-header{
margin-top:-10px!ie7sucks;
padding:0;
}
h2
{
  color: #464646;
  font-size: 1.5em;
  font-weight:normal;
  line-height: 120%;
}

h3
{
  color: #464646;
  font-size: 1.2em;
  font-weight:bold;
}

/* ###################################### */
/* HEADER
/* ###################################### */

div#headerbar {
/*
  background-image: url('/images/headerbg.gif');
  background-position: top left;
  background-repeat: repeat;
*/
background-color: white;
  height: 123px;
}

div#headerbar img.logo {
  float: left;
  clear: none;
  margin: 20px 0;
}

div#headerright {
  height: 113px;
  width: 550px;
  float: right;
  clear: none;
  margin-top: 0px;
  margin-right: 40px;
}

div#header {
  color: #333399;
  font-size: 12px;
  width: 100%;
}

div#header a {
  color: #003366;
}

div#topright {
  color: white;
  width: 974px;
  position: relative;
  margin: 0 auto;
  text-align: right;
}

div#topright * {
padding: 2px;
display: inline-block;
}

div#topright a {
color: white;
margin-right: 20px;
}

div#gbdetails {
  float: right; clear: none;
  margin-right: 10px;
}

div#gbdetails {
font-size: 16px;
line-height: 30px;
color: #F09025;
}

div#giftboxsummary {
  float: right;
  clear: none;
  height: 50px;
  margin-top: 15px;
  text-align: right;
  width: 450px;
}

div#giftboxsummary img {
  float: right;
  clear: none;
}

div#gbdetails div {
float: right;
width: 120px;
text-align: left;
height: 60px;
margin-top: 20px;
}

div#gbdetails a.giftboxtitle {
padding-top: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #7F756B;
}

span.gbprice {
  font-size: 16px;
/*   display: block; */
  margin-top: 5px;
  margin-bottom: 5px;
/*   color: #F2E49C; */
  font-style: italic;
}

div#header a.checkoutlink {
  display: block;
  float: right;
  text-decoration: none;
  background-color: #7F756B;
  text-align: center;
  color: white;
  width: 120px;
  height: 30px;
  line-height: 30px;
  margin-left: 20px;
}


/* ###################################### */
/* MAIN MENU
/* ###################################### */

div#menu {
/*   width: 996px !important; */
  margin: 10px 10px;
  position: relative;
  height: 35px;
  border: 0px solid red;
  clear: both;
  float: left;
}

div#menu a {
  width: auto;
  height: 28px;
  display: block;
  float: left;
  clear: none;
  color: white;
  text-align: center;
  font-size: 18px;
  
  margin-left: 20px;
  font-weight: normal;
}

div#menu a:hover {
  background-position: bottom left;
  text-decoration: underline;
/*   color: #7F756B; */
}

div#menu a span {
  display: block;
  margin-top: 5px;
}

div#menu a.left {
  margin-left: 0px;
}

div#tel {
float: right;
font-size: 18px;
color: #F09025;
margin-top: 16px;
}

div#tel span.tel_no {
color: #FFFFFF;
}


/* ###################################### */
/* MAIN CONTENT
/* ###################################### */

div.centercontent {
  width: 996px;
  margin-left: auto;
  margin-right: auto;
  z-index:2;
}

div#contentbar div.centercontent {
  width: 977px;
}

div.fullbar {
  width: 100%;
}

div#contentbar.fullbar {
  background-image: url('/images/main-bg.png');
  background-repeat: repeat-x;
  background-position: center top;
  background-color: #F7F3EF;
  position: relative;
  clear: both;
}

div.separator {
	height: 1px;
	overflow: hidden;
	width: 100%;
	background-color: #BFBFBF;
	margin: 10px 0 10px 0;
}

div.innercontainer {
  width: 976px;
}

div#content {
	float: left;
  width: 975px !important;
  background-color: #FFFFFF;
	padding-bottom: 20px;
	margin-top: 10px;
	min-height:700px;
	_height: 700px;
	text-align: left;
}

div.contentshadow {
	clear: both;
  width: 977px !important;
  height: 26px;
  background-image: url('/images/contentshadow.png');
  background-position: top left;
  background-repeat: no-repeat;
  margin: 0px;
}


div#ctabar {
  width: 977px !important;
}

div.ctasignup { 
	float: right; 
	clear: none; 
	position: relative;
}

div.ctasignup div.signup_form
{
	position: absolute;
	top: 58px;
	left: 145px;	
}

div.ctasignup div.signup_form input
{
	width: 223px;
	height: 20px;
	background-image: url(/images/email_bg.gif);
	border: 0px;	
	padding-top: 4px;
	padding-left: 4px;
	color: #a2a2a2;
}

div.ctasignup .submit {
	width: 18px !important;
	height: 14px !important;
	border: 0px !important;
	padding: 0px !important;
}

div.ctasignup a
{
	border: 0px;
	position: absolute;
	top: 63px;
	right: 88px;
}

a.ctanews { float: left; clear: none; }




div.changer_buttons
{
	position: absolute;
	width: 100px;
	height: 50px;
	top: 0px;
	right: 0px;
	background-color: #cccccc;	
}

div.lead_image
{
	display: block; 
	width: 976px; 
	height: 250px; 	
	margin: 10px 0;
}

div.lead_image ul.nav {
  position: absolute;
  top: 0px;
  right: 00px;
  margin: 0 auto;
}

div.lead_image ul.nav li {
  float: left;
  list-style: none;
  background-image: none;
  border-bottom: none;
  padding-left: 10px;
  
}

div.lead_image div.button {
	position: absolute; 
	width: 157px;
	height: 46px;
	bottom: 14px; 
	right: 14px; 
	cursor: pointer;
}

div.lead_images_bg
{
	height: 274px; 
/* 	background: url(/images/headerbg.gif); */
}

div.page_padd
{
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left:31px;
	margin-right: 31px;	
}

div.no_top_padd
{
	margin-top: 0px !important;	
}

div.bottles_wrap
{
	text-align:center;
}

div.bottles
{
	width:832px;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	margin-top: 10px;
}

div.bottles .bottle_item
{
	width: 216px;
	float: left;
	margin-left: 26px;
	margin-right: 26px;
	height: 250px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

div.bottles .bottle_item img
{
	margin-bottom: 10px;
}

div.voucher_area
{
	float: left;
	width: 100%;
	clear: both;
  padding: 20px 0 20px 0;
	margin-bottom: 10px;
	border-bottom:1px solid #BFBFBF;
	color:#484848;
}

div.voucher_area span {
  float: left;
	padding-top: 7px;
}

div.voucher_area h4
{
  font-size: 1.1em;
  font-weight: bold;  
}

div.voucher_area input {
	float: right;
	width: 95px;
}

div.bottles .bottle_item .button_area
{
	text-align: center;
	margin-top: 4px;
}

div.bread_crumb
{
	color: #464646;
	font-size: 1em;
}

div.top_links
{
	display: block;
	margin-top: 5px;
	margin-bottom:28px;
	border-bottom: 1px solid #bfbfbf;
	padding-bottom: 11px;
	text-align: right;	
	color: #464646;
}

div.top_links a
{
	color: #464646;
	text-decoration:none;
}

div.top_links span.top_links_gap
{
	margin-left: 10px;
}

.clear
{
	clear: both;
	line-height:0;
  font-size: 0;
}

div.product_inner
{
	position:relative;
	display: block;
}

div.product_inner div.left
{
	float: left;
	width: 400px;
	margin-right:20px;
}

div.product_inner div.right
{
	float: right;
	width: 493px;
}

div.product_inner div.picture_holder
{
	text-align: center;
	display: block;
}

div.product_inner div.zoom_area
{
	text-align:left;
	display: block;
	color:#464646;
	margin-top:30px;
}	

div.product_inner div.zoom_area a
{
	color:#464646;
}

div.product_inner div.zoom_area a:hover
{
	color:#000000;
	text-decoration:none;
}

.red
{
	color: #aa0f0f !important;	
}

div.product_inner h4
{
	color: #464646;
	font-size: 1em;
	font-weight:normal;
	margin-top: 10px;
	margin-bottom: 14px;
}

div.product_inner p
{
	margin-top: 20px;
	margin-bottom: 20px;	
	color: #525252;
}

div.product_inner li
{
	color: #525252;	
	list-style:none;
}

div.purchase_options
{
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	padding-top:10px;
	padding-bottom: 10px;	
	margin-top: 10px;
	margin-bottom: 10px;
}

div.purchase_options li
{
	font-size: 1.2em;	
	font-weight: bold;
	
}

div.purchase_options .float_area
{
	position: relative;
	display: block;
}

div.purchase_options .li_float_left
{
	float: left;
}

div.purchase_options .li_float_right
{
	float: right;
	width: 206px;
	text-align: left;
	margin-bottom: 4px;
}

div.purchase_options li label
{
	margin-right: 5px;	
}

.li_float_right_no_margin
{
	margin-bottom: 0px !important;
}

div.font_toolbar {
	width: 388px;
	background-color: #F0F0EE;
	border: 1px solid #CCCCCC;
	margin-bottom: 5px;
	padding: 5px;
}

div.font_toolbar select {
	float: left;
}

div.font_toolbar img {
	padding: 5px 0 0 10px;
}

div.custom_label_area
{
	display: block;
	position: relative;
}

div.custom_label_area h3
{
	font-size: 1.2em;
	margin-bottom: 10px;
}

div.label
{
	background-color: #cccccc;
	float: left;
	width: 113px;
	height: 99px;
	margin-bottom: 9px;
	background-image: url(/images/label_maker/mini_label_shadow.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-left: 14px;
}

div.label img {
	cursor: pointer;
}

div.custom_label_area div.margin_right
{
	margin-left: 0px!important;
}

div.buttons_area
{
	display: block;
	text-align: right;
	margin-top: 15px;
}

div.buttons_area img
{
	margin-left: 10px;
}

div.suggested_additions
{
	display: block;
	margin-top: 20px;
	border-top: 1px solid #bfbfbf;
	padding-top: 10px; 
	position: relative;
}

div.suggested_additions h3
{
	font-size: 1.2em;
	margin-bottom: 10px;
	color: #464646;
}

div.gift_item_gift
{
	text-align: center;
	width: 200px;
}

div.gift_item
{
	float: left;
	margin-right: 20px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 300px;
}

div.gift_item img
{
	margin-bottom: 10px;
}

div.gift_item .button_area
{
  clear: both;
  border: 1px solid red;
	text-align: center;
	margin-top: 4px;
}


/** Label maker **/

div.label_maker
{
	border: 1px solid #bfbfbf;
}

div.label_maker_padd
{
	margin: 10px;
	display: block;
	text-align:center;
	position: relative;
}

div.label_maker_padd img
{
	border: 1px solid #000000;
}

div.label_maker_padd p
{
	text-align: left;
}

div.label_maker_padd h3
{
	text-align: left;
}

div.label_maker_float
{
	position: absolute;
	top: 200px;
	left: 8px;
	width: 383px;
	height: 170px;
	z-index:2;
	text-align: center;
}

div.label_maker_float.image {
	top: 180px !important;
}

div#your_image_here {
	width: 100px;
	height: 80px;
	padding:5px;
	margin: 0 auto;
  text-align: center;
  filter:alpha(opacity=50);
  opacity: 0.5;
  -moz-opacity:0.5;
  background-color: #cccccc;
  font-size: 24px;
}

div.label_maker_float input
{
	width: 350px;
	border: 0px;
	padding:5px;
	text-align: center;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	margin-top: 4px;
	background-color: #cccccc;
	font-size: 13px;
}

input#label_line_1
{
	font-size: 26px !important;
}

input#image_label_line_1
{
  font-size: 26px !important;
}

.arial {
	font-family: Arial;
}

.comic_sans_ms {
	font-family: "Comic Sans MS"
}

.georgia {
	font-family: Georgia;
}

.impact {
	font-family: Impact;
}

.times_new_roman {
	font-family: "Times New Roman"
}

trebuchet_ms {
	font-family: "Trebuchet MS";
}


img.no_border
{
	border: 0px !important;
}

img.button_padd_top
{
	margin-top: 5px;
}


/* ###################################### */
/* SHOPPING CART
/* ###################################### */

div.gift_box_head
{
	display: block;
	background-color: #edede5;
	height:35px;
	margin-top: 15px;
	position:relative;
}

div.gift_box_head h2
{
	color: #464646;
	font-size: 1.2em;	
}


div.gift_box_head h2.product_h2
{
	float: left;
	margin-left: 200px;
	line-height: 35px;
}


div.gift_box_head h2.quantity_h2
{
	float: left;
	margin-left: 230px;
	line-height: 35px;
}

div.gift_box_head h2.price_h2
{
	float: left;
	margin-left: 86px;
	line-height: 35px;
}

div.gift_box_product
{
	display: block;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.gift_box_product div.product_image
{
	text-align: center;
	width: 201px;
	float: left;	

}

div.gift_box_product div.product
{
	text-align: left;
	width: 256px;
	float: left;	
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 130px;
}

div.gift_box_product div.product p {
	margin-top: 50px;
}

div.gift_box_product div.quantity
{
	text-align: center;
	width: 100px;
	float: left;	
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 130px;
}

div.gift_box_product div.quantity input 
{
	margin-top: 55px;
}

div.gift_box_product div.price
{
	text-align: left;
	width: 80px;
	float: left;	
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	height: 130px;
	line-height: 130px;
	margin-left: 73px;
}

div.gift_box_product div.item_options
{
	float: left;
	margin-left: 60px;
	padding-top: 52px;
}

div.gift_box_product div.item_options a
{
	color: #484848;
	text-decoration: underline	
}

div.gift_box_product div.item_options a:hover
{
	color: #000000;
	text-decoration: underline	
}

div.gift_box_totals
{
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #484848;
	border-top: 1px solid #bfbfbf;
	text-transform: uppercase;
	font-size:1.2em;
	text-align: right;
	font-weight: bold;
	height: 20px;
}

div.button_area
{
	position:relative;
	display: block;	
	margin-top: 20px;
	margin-bottom: 20px;
	
}

div.buttons_left
{
	float: left;
	width: 420px;
	padding-top: 40px;
}

div.buttons_left img
{
	margin-right: 5px;	
}

div.buttons_right
{
	float: right;
	width: 480px;	
	text-align: right;
}

div.buttons_right div#agree_to {
	float: right;
	margin: 0 20px 20px 0;
}

div.buttons_right div#agree_to span {
  float: right;
}

div.buttons_right div#agree_to span a {
  float: right;
}

div.buttons_right div#agree_to input {
	float: right;
}

div.buttons_right a {
	float: right;
}

div.giftbox_quick_tips_delivery
{
	margin-top: 20px;
	display: block;
	text-align: left;
	color: #484848;
}

div.giftbox_quick_tips {
	float: left;
	width: 600px;
}

div.giftbox_quick_tips li
{
	list-style:none;	
	margin-bottom: 2px;
}

div.giftbox_quick_tips ul
{
	margin-top: 4px;	
}

div.giftbox_quick_tips h4
{
	font-size: 1.1em;
	font-weight: bold;	
}

div.giftbox_quick_tips_delivery div.delivery_info {
	float: right;
	width: 226px;
	padding: 10px;
	background-color: #EDEDE5;
}

div.giftbox_quick_tips_delivery div.delivery_info img {
	float: right;
	padding: 0 0 5px 5px;
}

div.divide
{
	display: block;
	position: relative;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	background-color: #bfbfbf;
	margin-bottom: 35px;
}

div.corp_left
{
	float: left;
	width: 452px;
	margin-bottom: 47px;
}

div.corp_left h2
{
	margin-bottom:10px;
}

div.corp_left p
{
	margin-bottom:24px;
	line-height: 18px;
	margin-right: 10px;
}

div.corp_right
{
	float: right;
	width: 452px;
	margin-bottom: 47px;
}

div.corp_right h2
{
	margin-bottom:10px;
}

div.corp_right p
{
	margin-bottom:24px;
	line-height: 18px;
}

div.corp_right div.login_box
{
	display: block;
	background-color: #f5f5f5;
	height: 292px;
}

div.corp_left ul, div.corp_right ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-left: 47px;
}

div.corp_left li, div.corp_right li
{
	margin-bottom: 24px;
}

div.corp_left label, div.corp_right label
{
	display: block;
	font-weight: bold;
}

div.corp_left input, div.corp_right input
{
	width: 314px;
	height: 20px;
	border: 1px solid #b3b3b3;
	background-image: url(/images/input_bg.gif);
	padding-top: 4px;
	padding-left: 3px;
	margin-top: 3px;
	font-family: arial;
	font-size: 1.2em;
}

div.corp_left textarea
{
	width: 314px;
	height: 90px;
	border: 1px solid #b3b3b3;
	background-image: url(/images/textarea_bg.gif);
	padding-top: 4px;
	padding-left: 3px;
	margin-top: 3px;
	font-family: arial;
	font-size: 1.2em;
}

div.corp_left .submit
{
	float: right;
	margin-right: 85px;
	width: 135px;
	height: 37px; 
	background-image: none !important;
	border: none !important;
}

div.corp_right .submit
{
	float: right;
	margin-right: 64px;
	width: 137px;
  height: 37px; 
  background-image: none !important;
  border: none !important;
}

div.corp_right ul
{
	padding-top: 70px !important;
	padding-left: 20px;
	
}

div.label_maker_area
{
	display: block;
	position: relative;
	border-top: 1px solid #bfbfbf;
	padding-top: 20px;	

}

div.tabs_area
{
	height: 47px;
	display: block;
	position: relative;
	border-bottom: 1px solid #d5d5d5;	
}
div.left_tab
{
	left: 9px;
	top: 0px;	
}

div.right_tab
{
	right: 9px;
	top: 0px;	
}

div.tab_off
{
	
	background-image: url(/images/label_maker/tab_off_bg.gif);
	height: 47px;
	width: 	445px;
	position: absolute;
	z-index: 100;
}

div.tab_on
{
	
	border-top: 1px solid #d5d5d5;
	
	background-image: url(/images/label_maker/tab_on_bg.gif);
	height: 47px;
	width: 	447px;
	position: absolute;
	z-index: 100;
}

div.tab
{
	text-align: center;
	color: #5d5d5d;
	line-height: 47px;
	font-weight: bold;
	font-size: 1.3em;	
	cursor: pointer;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}

div.tab_content
{
	display: block;	
	padding-top: 18px;
}

div.label_big
{
	float: left;	
	width: 400px;
}

div.labels_holder
{
	float: left;
	margin-left:0px;
	width:270px;
}


div.label_instructions
{
	width: 217px;
	float: left;
	margin-left: 17px;
}

div.label_instructions h3
{
	color: #5d5d5d;
	line-height: 47px;
	font-weight: bold;
	font-size: 1.3em;	
	margin: 0px!important;
	padding: 0px!important;
}

div.label_instructions div.instruction_point
{
	position:relative;
	
}

div.instruction_point img
{
	float: left;
	margin-right: 10px;
}

div.instruction_point p
{
	float: right;
	margin-top: 10px;	
	width: 170px;
	margin-bottom: 20px;
}

div.instruction_point strong
{
	margin-top: 0px;
	display: block;
}

img.follow_us {
	position: absolute;
  left: 30px;
  bottom: 10px;
}

img.drink_aware
{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

img.preview_button
{
	float: right;
}

div.label_preview
{
	float: right;
	width: 500px;;
	background-color: #ffffff;
}

div.label_preview div.inner
{

}

div.preview_img
{
	position: absolute;
	top: 30px;
	left: 0px;
	width: 400px;
	height: 294px;
	opacity:1;
	filter:alpha(opacity=100);
}

div.preview_edit
{
	position: absolute;
	right: 0px;
	top: 126px;
	//top: 153px;
	width: 500px;
}

div.preview_edit select
{
	margin-top: 20px;
	width: 200px;
}	

option.arial
{
	font-family: Arial;
}

option.comic
{
	font-family: Comic Sans MS;
}

option.courier
{
	font-family: Courier;
}

option.georgia
{
	font-family: Georgia;
}

option.impact
{
	font-family: Impact;
}

option.times
{
	font-family: Times New Roman;
}

option.trebuc
{
	font-family: Trebuchet MS;
}

option.verdana
{
	font-family: Verdana;
}

select.color_choose
{
	width: 150px;
}

option.white
{
	background-color: #ffffff;
	color: #000000;
}

option.black
{
	background-color: #000000;
	color: #ffffff;
}

option.blue
{
	background-color: #0066cc;
	color: #ffffff;
}

option.green
{
	background-color: #00cc33;
	color: #ffffff;
}

option.yellow
{
	background-color: #ffff00;
	color: #000000;	
}

option.red
{
	background-color: #ff0000;
	color: #ffffff!important;	
}

option.pink
{
	background-color: #ff00cc;
	color: #ffffff;	
}

iframe.upload_image_iframe
{
	width: 500px;
	height: 40px;	
}


div.iframe_padd
{
	margin-top: 10px;
}

/* ###################################### */
/* CHECKOUT PROCESS
/* ###################################### */

div#checkout div.left_column {
	float: left;
	width: 48%;
}

div#checkout div.right_column {
  float: right;
	width: 48%;
}

div#checkout ul {
	list-style: none;
}

div#checkout input {
	width: 314px;
  height: 20px;
  border: 1px solid #b3b3b3;
  background-image: url(/images/input_bg.gif);
  padding-top: 4px;
  padding-left: 3px;
  margin-top: 3px;
  font-family: arial;
  font-size: 1.2em;
}

div#checkout textarea {
	background-image:url(/images/textarea_bg.gif);
	border:1px solid #B3B3B3;
	font-family:arial;
	font-size:1.2em;
	height:90px;
	margin-top:3px;
	padding-left:3px;
	padding-top:4px;
	width:314px;
}

div#checkout input.submit {
	float: right;
	margin-bottom: 30px;
  width: 135px;
  height: 37px; 
  background-image: none !important;
  border: none !important;
}

div#checkout .checkbox {
	background-image: none !important;
	height: auto !important;
  width: auto !important;
	border: none !important;
	padding: 0 !important;	
}

div#checkout ul li {
	height: 60px;
}

div#checkout ul li.textarea {
  height: 120px;
}

div#checkout ul li.email {
	padding: 12px;
	height: auto !important;
	background-color: #F5F5F5;
}

div#checkout ul li.email span {
	float: left;
	margin-top: 9px;
}

div#checkout ul.billing_form {
	padding: 23px 60px 15px 60px;
}

div#checkout ul.delivery_form {
	background-color: #F5F5F5;
	padding: 15px 60px 15px 60px;
}

div#checkout div.success_grey {
	background-color: #EDEDE5;
	padding: 20px;
}

/* ###################################### */
/* ERRORS
/* ###################################### */

div.error_messages {
  margin-top: 20px;
}

div.error_messages ul.error {
  list-style: disc;
  margin-left: 16px;
}

div.error_messages ul.error li {
  color: #d30b0b;
  height: auto !important;
}

span.error {
  color: #d30b0b;
}

/* ###################################### */
/* BLOG
/* ###################################### */

div.blog_post h2 a {
  color: #464646;
}

div.blog_post p.date {
  color: #acacad;
}

div.blog_post div.blog_content {
  margin-top: 10px;
}

/* ###################################### */
/* SITE MAP
/* ###################################### */

ul.siteMap {
	padding-left: 20px;
	font-weight: bold;
}

ul.siteMap ul {
  padding-left: 12px;
	font-weight: normal;
}

/* ###################################### */
/* FOOTER
/* ###################################### */

div#footerbar {
background-image: url('/images/fp-footer-bg.png');
background-repeat: repeat-x;
background-color: #968471; 
}

div#footer {
height: 150px;
  width: 996px !important;
  position: relative;
  color: #003366;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: 14px;
  margin-top: 0px;
  text-align: center;
}

div#footer h3 {
  font-size: 18px;
  font-weight: normal;
}

div#footer h3 img {
  margin-left: 5px;
}

div#footer ul {
  margin: 0px auto;
  clear: both;
  display: block;
  width: auto;
  border: 0px solid black;
}

div#footer li {
  padding: 0px;
  padding-left: 4px;
  margin: 0px;
  margin-top: 5px;
  list-style: none;
display: inline;
}

div#footer li a {
  padding: 0px 6px;
  margin: 0px;
  margin-top: 5px;
  list-style: none;
display: inline;
}

div#footer ul#footer-menu {
font-size: 16px;
clear: both;
}

div#byline p {
display: block;
clear: both;
}

div#footer a {
  color: #FFFFFF;
}

div.footerbox {
  clear: none;
  width: 200px;
  margin-left: 35px;
}

div.footerbox.pear-tree{
position: absolute;
right: -40px;
top: -50px;
z-index:0;
}

div.footerbox.peckers{
position: absolute;
left: -60px;
top: 100px;
}

div#byline {
position: absolute;
  width: 75%;
  text-align: center;
  clear: both;
  top: 60px;
  left: 90px;
  border: 0px solid red;
  font-size: 11px;
  color: #FFFFFF;
}


/*
 * Grid
 * ----------------------------------------------------------------------------------------------
 */
div#show-case{
z-index:2;
}
div#show-case-scroller{

	margin-top:20px;
width:908px;
	margin-left:auto;
	margin-right:auto;
	
}
a.showcase-item-buy-now{

}
.more-info{

}
div.grid-item{
border:1px solid #A38967;
width:210px;
height:405px;
margin-left:5px;
margin:5px 5px;	
float:left;
text-align:center;
}
div.grid-item h2{ 
  background-color:#FFF;
	padding-bottom:0;
	font-size:18px;
	height:50px;
	text-align:center;
	padding-top:5px;
}
div.grid-item div.grid-image{
	float:left;
	width:210px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	background-color:#FFF;
}
div.grid-item div.grid-description{
margin:5px;
min-height:150px;
	width:200px;
float:left;
}
.grid-price{
display:block;
font-size:18px;
text-align:center;
margin-top:5px;
}
div.grid-buttons{
  width:210px;
  height:50px;
  text-align:center;
  z-index:200;
}
div.grid-buttons a {
width:100px;
	margin-top:2px;
  margin-bottom:2px;
}
div.back-to-btn{
	background:url(/images/hori_large.png) no-repeat;
	height:28px;
	padding-top:2px;
	margin-top:30px;
	background-position: -60px 0px;
}
div.back-to-btn a{
	display:block;
	 padding-left:35px;
}


/* Show case menu*/
div#show-case ul#tabs-show-case{ margin:0 2px; padding:0; list-style:none; width:100%; z-index:40; text-align: center;}
div#show-case ul#tabs-show-case li.tab{ margin:0 2px 0 1px; padding:0; float:left; border: 0;}
div#show-case ul#tabs-show-case li.tab a{ 
text-align:center; 
display:block; 
background-image: url('/images/fp-tab-bg.png');
background-repeat: repeat-x; 
width:240px;
padding:0;
margin: 0;
height: 52px;
font-size: 20px;
line-height: 52px;
color: white;
border-bottom: 1px solid black;
}

div#show-case ul#tabs-show-case li.tab a:hover, 
div#show-case ul#tabs-show-case li.tab a.active-category{ 
background-image: url('/images/fp-tab-hover-bg.png');
cursor:hand;
cursor:pointer;
text-decoration:none;
border-bottom:1px solid #F09025;
}
div#show-case ul#tabs-show-case li.tab a.active{ 
background-color:#FFF; 
background-image: none;

color:#F09025;
border-bottom:0;
}

h2.product-title {
font-size: 14px;
background-color: white;
}

.border-right{border-right:1px solid #000;}
.border-left{border-left:1px solid #000;}
.border-top{border-top:1px solid #000;}
.border-bottom{border-bottom:1px solid #000;}
.border-color-grey{border-color:#DDD;}
/* Partner payment styles */
.partner-payment-container{
position:relative;
width:437px;
background-color:#F5F5F5;
float:right;
clear: both;
margin-left:475px;
}
.partner-payment-container p{
font-size:20px;
text-align:center;
}
.partner-payment-container .content{
margin: 20px 50px 20px 50px;
}
.partner-payment-container h2{
margin-bottom:5px;
}
/* Input styles 
---------------------------------------------------*/
.input-field,
div#checkout .input-field
{ display:block; margin-bottom:2px;}

.input-field input, 
.input-field textarea,
div#checkout .input-field input
{ border:1px solid #CCC; background-color:#fff; padding:2px; }

.input-field .small-input{ width: 40px; }  

.input-field .normal-input{ width: 200px; }

.input-field .long-input{ width: 378px; }

.input-field .full-input{ width: 98%; }

.input-field textarea.long-input{ height:300px; }

.input-field label,
div#checkout .input-field label{ width:200px; display:block; float:left; }

label.small-label{ width:75px; }

.input-field .radio-inputs,
div#checkout .input-field .radio-inputs
{  width:20px; border:0;}





/* ###################################### */
/* CHECKOUT PROCESS
/* ###################################### */

div#checkout div.left_column {
	float: left;
	width: 48%;
}

div#checkout div.right_column {
  float: right;
	width: 48%;
}

div#checkout ul {
	list-style: none;
}

div#checkout input {
	width: 314px;
  height: 20px;
  border: 1px solid #b3b3b3;
  background-image: url(/images/input_bg.gif);
  padding-top: 4px;
  padding-left: 3px;
  margin-top: 3px;
  font-family: arial;
  font-size: 1.2em;
}

div#checkout input.postcode {
  width: 121px;
  height: 20px;
  border: 1px solid #b3b3b3;
  background-image: url(/images/input_small_bg.gif);
  padding-top: 4px;
  padding-left: 3px;
  margin-top: 3px;
  font-family: arial;
  font-size: 1.2em;
}

div#checkout img.findAddressButton {
  float: right;
}

div#checkout ul.addressChoices {
	list-style: none;
}

div#checkout ul.addressChoices#delivery_address_choices {
  background-color:#F5F5F5;
}

div#checkout ul.addressChoices li {
	height: auto !important;
	margin: 0;
	padding: 0;
}



div#checkout textarea {
	background-image:url(/images/textarea_bg.gif);
	border:1px solid #B3B3B3;
	font-family:arial;
	font-size:1.2em;
	height:90px;
	margin-top:3px;
	padding-left:3px;
	padding-top:4px;
	width:314px;
}


div#checkout input.submit {
	float: right;
	margin-bottom: 30px;
  width: 135px;
  height: 37px; 
  background-image: none !important;
  border: none !important;
}

div#checkout .checkbox {
	background-image: none !important;
	height: auto !important;
  width: auto !important;
	border: none !important;
	padding: 0 !important;	
}

div#checkout ul li {
	height: 60px;
}

div#checkout ul li.searchPostcode {
	padding: 10px 0 10px 0;
	margin: 10px 0 25px 0;	
	border-top: 1px solid #525252;
	border-bottom: 1px solid #525252;
}

div#checkout ul li.textarea {
  height: 120px;
}

div#checkout ul li.email {
	padding: 12px;
	height: auto !important;
	background-color: #F5F5F5;
}

div#checkout ul li.email span {
	float: left;
	margin-top: 9px;
}

div#checkout ul.billing_form {
	padding: 23px 60px 15px 60px;
}

div#checkout ul.delivery_form {
	background-color: #F5F5F5;
	padding: 15px 60px 15px 60px;
}

div#checkout div.success_grey {
	background-color: #EDEDE5;
	padding: 20px;
}

div.how_to_section {
	clear: both; 
	border-bottom: 1px dotted #999999;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div.how_to_section img {
	border: 1px dotted #999999;
	padding: 5px;
	margin: 5px;
}
#jquery-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  width: 100%;
  height: 500px;
}
#jquery-lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
#lightbox-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
  width: 49%;
  height: 100%;
  zoom: 1;
  display: block;
}
#lightbox-nav-btnPrev { 
  left: 0; 
  float: left;
}
#lightbox-nav-btnNext { 
  right: 0; 
  float: right;
}
#lightbox-container-image-data-box {
  font: 10px Verdana, Helvetica, sans-serif;
  background-color: #fff;
  margin: 0 auto;
  line-height: 1.4em;
  overflow: auto;
  width: 100%;
  padding: 0 10px 0;
}
#lightbox-container-image-data {
  padding: 0 10px; 
  color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
  width: 70%; 
  float: left; 
  text-align: left; 
} 
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
  display: block; 
  clear: left; 
  padding-bottom: 1.0em;  
}     
#lightbox-secNav-btnClose {
  width: 66px; 
  float: right;
  padding-bottom: 0.7em;  
}

