/* @override 
	http://abalduccis.great2go.com/styles/balduccis.css
	http://sbalduccis.great2go.com/styles/balduccis.css
	http://balduccisc.zurka.com/styles/balduccis.css
	https://abalduccis.great2go.com/styles/balduccis.css
*/
html, body {
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial, sans-serif;
	font-size:11px;
}

a {
	color:#f6901e;
	text-decoration:none;
	outline:none; /* remove Firefox dotted outline on links */
}

img { padding: 0; margin: 0; border-style: none; border-width: 0;
}

span.firstletter { font-size:12px; } 

#pagewrapper {
	position:relative;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	min-height:100%;
	background:url('../images/homebg.png') repeat-y center;	
}


#pagewrapper-padding {
	min-height:100%;
	padding:0 20px;
	position:relative;
}

#header, 
#tabwrapper,  
#pageheader, 
#contentarea,
#footer {
	width:944px;
	position:relative;
	padding:0 20px;
	clear: both;
}
.homepage #contentarea{
	padding: 0;
	width: 100%;
	padding-bottom: 50px;
}
.homepage #breadcrumb{
	display: none;
}
#footer .fl {
	font-size: 11px;
}

/* Site-wide Header */

#header {
	background-color:#f6901f;
	height:78px;

	/* header and tabwrapper are siblings, and create parallel stacking contexts within IE;
	   regardless of its z-index, nothing within header can ever be set to appear on top of
	   tabwrapper (since tabwrapper comes later in the document) unless header itself has a
	   higher z-index than tabwrapper */
	z-index:15;
}

#header h1, 
#header h2 {
	float:left;
	width:294px;
	padding:0;
	margin:0;
}
#header h1 a,
#header h2 a {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:294px;
	height:76px;
	background:url('../images/logo.gif') no-repeat top left;
}

#header-right {
	margin-top:14px;
	text-align:right;
	float:right;
	position:relative;
}

#header form#searchform {
	float:right;
	width:auto;
	margin:0;
	padding:0;
}	

#header form #suggest {
	color:#c2c2c2;
	padding:2px;
	width:180px;
}

#header form input#suggest {
	border-width:1px;
	
}

span#ecommercelinks {
	color:white;
	height:20px;
	display:block;
	float:right;	
	width:auto;
	margin-right:10px;
}
span#ecommercelinks a {
	color:white;
	margin-left:10px;
}
span#ecommercelinks a:hover {
	text-decoration:underline;
}
span#ecommercelinks img {
	display:inline;
	vertical-align:-12%;
	margin-right:2px;
}

#headerlinks {
	float:right;
	clear:right;
	margin-top:4px;
	position:relative;
}

#headerlinks a {
	color:white;
}

#headerlinks a:hover {
	text-decoration:none;
}

#headerlinks img {
	vertical-align:baseline;
}

#headerlinks ul.level1 { 
	margin-top:3px;
}
/* Headerlinks Menu */

#headerlinks ul, 
#headerlinks li {           
	list-style-type:none;
	margin:0;
	padding:0;
	z-index:20;   
	text-align:left;
}

/* Flatten top level links */                                   
#headerlinks ul.level1 li {                                             
	float:left;                                                     
	width:auto;                                                     
	position:relative;                                              
}    

#headerlinks ul.level1 li a {                           
	display:block;                                  
	padding: 6px 6px 6px 6px;
	color:white;                            
	/* Need a default border to keep links 
	from jumping around when hovered over,
	and use surrounding color to hide it */ 
	border:1px solid #f6901f;
}


/* Hover over a top-level list item, make the anchors do stuff */
#headerlinks ul.level1 li.iehover a,    
#headerlinks ul.level1 li.iehover-green a,    
#headerlinks ul.level1 li:hover a {             
	color:white;                                    
	background-color:#f6901f;
	position:relative; 
	z-index:25;
	/* Visible border when hovering */
	border:1px solid #fffdd6;
	/* Kill the bottom border to let it blend 
	together with the dropdown*/
	border-bottom:none;
}  

/* Override everything but the top level borders */
#headerlinks ul.level1 li.iehover ul a,                          
#headerlinks ul.level1 li.iehover-green ul a,                          
#headerlinks ul.level1 li:hover ul a {                          
	border:none;
}


/* Hover over any list item and the ul jumps into place */
#headerlinks ul.level1 li.iehover ul,   
#headerlinks ul.level1 li.iehover-green ul,   
#headerlinks ul.level1 li:hover ul {            
	left:auto;
	right:0;
	width:151px;                                    
}       

/* Move off screen*/
#headerlinks ul.level1 li ul {                          
	width:150px;                                    
	position:absolute;                              
	left:-9001px;                           
	margin-top:-1px;
	/* Default background color for drop-down ul,
	gets completely hidden by ul's listitems */ 
	background-color:#f6901f;         
	/* Some of top border gets hidden under 
	parent anchor by the margin-top:-1px */
	border:1px solid #fffdd6;         
} 

/* Override whatever border came from higher up */
#headerlinks ul.level1 li ul a {
	border:none;
	color:black;
}

/* Unflatten links that aren't top-level */
#headerlinks ul.level1 li ul li {
	float:none;
	/* Default border for dropdown items,
	Set to same color as anchors if you want this 
	invisible under normal circumstances */
	border-left:1px solid #f6901f;
	border-right:1px solid #f6901f;
}

#headerlinks ul.level1 li ul li.iehover, 
#headerlinks ul.level1 li ul li.iehover-green, 
#headerlinks ul.level1 li ul li:hover {
	/* Border for dropdown items that are being
	hovered over */
	border-color:#dc811c;
}
                        
/* Hover over a drop-down list item, make the anchor do stuff */
#headerlinks ul.level1 li ul li.iehover a,
#headerlinks ul.level1 li ul li.iehover-green a,
#headerlinks ul.level1 li ul li:hover a {
	background-color:#dc811c;
	color:white;
}                                       


/* Special colors for weekly specials drop-down */
#headerlinks ul.level1 li.weeklyspecials:hover a { background-color:#75cc38; } /* anchors when not hovering */
#headerlinks ul.level1 li.iehover-green a { background-color:#75cc38; } /* anchors when not hovering */
#headerlinks ul.level1 li.weeklyspecials ul li { border-color:#75cc38; } /* li borders when not hovering */
#headerlinks ul.level1 li.iehover-green ul li { border-color:#75cc38; } /* li borders when not hovering */
#headerlinks ul.level1 li.weeklyspecials ul li:hover a { background-color:#61af2e; } /* anchors when hovering */
#headerlinks ul.level1 li ul li.iehover-green a { background-color:#61af2e; } /* anchors when hovering */
#headerlinks ul.level1 li.weeklyspecials ul li:hover { border-color:#61af2e; } /* li borders when hovering */
#headerlinks ul.level1 li ul li.iehover-green { border-color:#61af2e; } /* li borders when hovering */

/* End of Headerlinks menu */

/* Menu */

#tabwrapper {
	z-index:10;
	border-top:3px solid black;
	background:black;
}

#tabwrapper ul, 
#tabwrapper li {
	margin:0;
	padding:0;
	list-style-type:none;
}

/* Flatten top level links */
#tabwrapper ul.level1 li {
	float:left;
	width:auto;
	position:relative;
}

#tabwrapper ul.level1 li a {
	display:block;
	width:auto;
	padding: 6px 12px 5px 13px;
	color:white;
	border-right:2px solid black;
}

#tabwrapper ul.level1 li a.currenttab {
	color:black;
	background-color:white;
}

/* Hover over a top-level list item, make the anchors do stuff */
#tabwrapper ul.level1 li.iehover a,
#tabwrapper ul.level1 li:hover a {
	color:black; 
	background-color:white;
}

#tabwrapper ul.level1 li ul {
	width:150px;
	position:absolute;
	left:-9001px;
	margin-left:-1px;
	background-color:white;
	border:1px solid black;
	border-top:none;
}

/* Hover over any list item and the ul jumps into place */
#tabwrapper ul.level1 li.iehover ul,
#tabwrapper ul.level1 li:hover ul {
	left:auto;
	width:151px;
}

#tabwrapper ul.level1 li ul a {
	border:none;
	color:black;
}

/* Unflatten links that aren't top-level */
#tabwrapper ul.level1 li ul li {
	float:none;
	border-left:1px solid white;
	border-right:1px solid white;
}

#tabwrapper ul.level1 li ul li.iehover, 
#tabwrapper ul.level1 li ul li:hover {
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}

/* Hover over a drop-down list item, make the anchor do stuff */
#tabwrapper ul.level1 li ul li.iehover a,
#tabwrapper ul.level1 li ul li:hover a {
	background-color:#dddddd;
}

/* End of menu styles */

/* Section-specific, secondary, or otherwise additional headers */

#pageheader {
	padding-top:11px;
	padding-bottom:11px;
	z-index:5;
}
.homepage #pageheader{
	display: none;
}

#pageheader #breadcrumb { color:#928a8a; }
#pageheader #breadcrumb a { color:#928a8a; }
#pageheader #breadcrumb a:link { color:#928a8a; }
#pageheader #breadcrumb a:visit { color:#928a8a; }
#pageheader #breadcrumb a:hover { text-decoration:underline; }
#pageheader #breadcrumb a:active { color:#928a8a; }

#pageheader.secondarylanding #breadcrumb { color:white; font-size:11px; }
#pageheader.secondarylanding #breadcrumb a { color:white; }
#pageheader.secondarylanding #breadcrumb a:link { color:white; }
#pageheader.secondarylanding #breadcrumb a:visit { color:white; }
#pageheader.secondarylanding #breadcrumb a:hover { text-decoration:underline; }
#pageheader.secondarylanding #breadcrumb a:active { color:white; }

#pageheader #login { float:right; }
#pageheader #login a { color:black; text-decoration:underline; }
#pageheader #login a:link { color:black; }
#pageheader #login a:visit { color:black; }
#pageheader #login a:hover { color:black; }
#pageheader #login a:active { color:black; }

/* homepage stuff */
#flash{
	margin-bottom: 10px;
}
#fourboxes{
	float: left;
	width: 636px;
	margin-left: 20px;
}
#fourboxes .abox{
	width: 306px;
	height: 203px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	background: url(../images/homegreyfade.gif) repeat-x;
}
.hometitle{
	background-color:#f6901f;
	color: white;
	line-height: 22px;
	padding: 0 10px 0 10px;
	margin: 0;
	font-size: 12px;
}
.abox h3{
	color: #f6901f;
	font-size: 28px;
	font-family: Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	margin-right: 10px;
}
.abox h4{
	color: #f6901f;
	font-size: 24px;
	font-family: Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 10px 0 0;
}
.abox a{
	text-decoration: underline;
	font-family: Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;
	font-size: 18px;
	display: block;
	margin-right: 10px;
}
#specials{
	float: right;
	width: 308px;
	margin-right: 20px;
}
#specials .hdr{
	color: white;
	background-color:#66Bd29;
	line-height: 22px;
	padding-left: 10px;
}
.saleItems{
	background:#ffffea;
	text-align:right;
	font-size:11px;
	color:#373737;
	width: 100%;
}
.saleItems td{
	padding: 3px 7px 4px 4px;
}
.saleItems .item{
	text-align:left;
	padding-left: 4px;
}
#osi{
	text-align: center;
	margin-top: 4px;
}
.colR{
	background:#ffffea;
	border-left:1px solid #e6edbf;
	border-right:1px solid #e6edbf;
	border-bottom:1px solid #e6edbf;
	min-height: 420px;
}
.colR form{
	display:inline;
}
.selectList{
	width:120px;
}
.homepage img{
	display: block;
}

/* landing page styles */

/* IE6 treats a.currenttab.caviarlanding as just a.caviarlanding because it can't handle multiple selectors */
#tabwrapper ul.level1 li a.currenttab.caviarlanding { background-color:#f38e1e; color:white; }
#tabwrapper ul.level1 li a.currenttab.sweetslanding { background-color:#341904; color:white; }
#tabwrapper ul.level1 li a.currenttab.pantrylanding { background-color:#dbb663; color:white; }
#tabwrapper ul.level1 li a.currenttab.housewareslanding { background-color:#4e4a41; color:white; }
#tabwrapper ul.level1 li a.currenttab.giftslanding { background-color:#910000; color:white; }
#tabwrapper ul.level1 li a.currenttab.olivelanding { background-color:#6a8621; color:white; }
#tabwrapper ul.level1 li a.currenttab.coffeelanding { background-color:#503409; color:white; }

/* Override the landing page styles when hovering */
#tabwrapper ul.level1 li.iehover a.currenttab.caviarlanding,
#tabwrapper ul.level1 li.iehover a.currenttab.sweetslanding,
#tabwrapper ul.level1 li.iehover a.currenttab.pantrylanding,
#tabwrapper ul.level1 li.iehover a.currenttab.housewareslanding,
#tabwrapper ul.level1 li.iehover a.currenttab.giftslanding,
#tabwrapper ul.level1 li.iehover a.currenttab.olivelanding,
#tabwrapper ul.level1 li.iehover a.currenttab.coffeelanding,
#tabwrapper ul.level1 li:hover a.currenttab.caviarlanding,
#tabwrapper ul.level1 li:hover a.currenttab.sweetslanding,
#tabwrapper ul.level1 li:hover a.currenttab.pantrylanding,
#tabwrapper ul.level1 li:hover a.currenttab.housewareslanding,
#tabwrapper ul.level1 li:hover a.currenttab.giftslanding,
#tabwrapper ul.level1 li:hover a.currenttab.olivelanding,
#tabwrapper ul.level1 li:hover a.currenttab.coffeelanding { 
	background-color:white;
	color:black; 
}

/* IE6 can't understand deal with #pageheader.coffeelanding, because it can't handle multiple selectors
   Using div.coffeelanding (not #pageheader) here gets the job done without having to resort to ie6.css */
div.coffeelanding,
div.sweetslanding,
div.giftslanding,
div.housewareslanding,
div.pantrylanding,
div.caviarlanding,
div.secondarylanding,
div.olivelanding {
        position:relative;
        height:188px;
        background-repeat:no-repeat;
        background-position:top right;
        color:white;
        font-size:14px;
        line-height:22px;
}

#pageheader.secondarylanding {
	background-color:#f6901f;
	height:56px;
	margin-bottom:12px;
}

#pageheader.secondarylanding div.text-box {
        width:auto;
        float:left;
        margin-left:268px;
	
}

#pageheader.secondarylanding div.text-box h1,
#pageheader.secondarylanding div.text-box h2 {
	margin:0;
}

#pageheader div.text-box {
        width:250px;
        float:left;
        margin-right:20px;
}

#pageheader div.text-box h1,
#pageheader div.text-box h2 {
        font-size:36px;
        font-weight:normal;
        margin:20px auto;
}

#pageheader div.image-box {
        text-align:center;
        position:relative;
        top:80px;
        width:210px;
        float:left;
        margin-right:17px;
}

#pageheader div.image-box.last-box {
        margin-right:0px;
}    


div.caviarlanding {
	background-color:#f38e1e;
	background-image:url("../images/caviarbg.gif");
}
div.olivelanding {
        background-color:#6a8621;
        background-image:url("../images/olivebg.gif");
}
div.sweetslanding {
	background-color:#341904;
	background-image:url("../images/sweetsbg.gif");
}
div.pantrylanding {
	background-color:#dbb663;
	background-image:url("../images/pantrybg.gif");
}
div.housewareslanding {
	background-color:#4e4a41;
	background-image:url("../images/housewaresbg.gif");
}
div.giftslanding {
	background-color:#910000;
	background-image:url("../images/giftsbg.gif");
}
div.olivelanding {
	background-color:#6a8621;
	background-image:url("../images/olivebg.gif");
}
div.coffeelanding {
	background-color:#503409;
	background-image:url("../images/coffeebg.gif");
}


/* end of landing page styles */

/* Content area styles -- including sidebars and actual page content */

#landingsidebar,
#sidebar {
	float:left;
	width:154px;	
	margin-right:28px;
	font-size:12px;
	color:#989292;
	line-height:18px;
}

#landingsidebar h3,
#landingsidebar h4,
#landingsidebar p,
#landingsidebar ul,
#landingsidebar li,
#sidebar h3, 
#sidebar h4, 
#sidebar p, 
#sidebar ul, 
#sidebar li {
	margin:0;
	padding:0;
	list-style-type:none;
}

#landingsidebar h3,
#landingsidebar h4,
#sidebar h3, 
#sidebar h4 { 
	color: #cac5c5; 
	margin-top:2px;
	line-height:24px;
	font-size:14px;
	font-weight:normal;
}

#landingsidebar li,
#sidebar li {
	text-indent:9px;
}

#sidebar h4.shippingInfo, #landingsidebar h4.shippingInfo {
	margin-top: 16px;
	font-size: 12px;
	border-top: dotted 1px #cccccc;
}
#sidebar h4.shippingInfo a, #landingsidebar h4.shippingInfo a {
	color: #ada9a9;
}


#landingsidebar .sidebar-divider, 
#sidebar .sidebar-divider {
	height:0;
	margin:17px auto;
	border-bottom:1px solid #f6901f;
}

#landingsidebar span.currentcaterpage, 
#sidebar span.currentcaterpage {
	display:block;
	position:relative;
	left:-9px;
	color:#fbe6cd;
	line-height:30px;
	padding-left:9px;
	padding-right:9px;
	background-color:#f6901f;
}

#landingsidebar a { color:#989292; }
#landingsidebar a:link { color:#989292; }
#landingsidebar a:visit { color:#989292; }
#landingsidebar a:hover { color:#989292; text-decoration:underline;}
#landingsidebar a:active { color:#989292; }

#sidebar a { color:#989292; }
#sidebar a:link { color:#989292; }
#sidebar a:visit { color:#989292; }
#sidebar a:hover { color:#989292; text-decoration:underline;}
#sidebar a:active { color:#989292; }

#landingsidebar a.loginlink:link { color:#989292; text-decoration:underline; }
#landingsidebar a.loginlink:visit { color:#989292; }
#landingsidebar a.loginlink:hover { color:#f6901f; }
#landingsidebar a.loginlink:active { color:#989292; }

#sidebar a.loginlink:link { color:#989292; text-decoration:underline; }
#sidebar a.loginlink:visit { color:#989292; }
#sidebar a.loginlink:hover { color:#f6901f; }
#sidebar a.loginlink:active { color:#989292; }

#sidebar.landing2 {
	margin-right:116px;
	margin-top: 8px;
}

#landingsidebar,
#sidebar.landing {
	margin-right:116px;
	margin-top: 20px;
}

#landingsidebar h4,
#sidebar.landing2 h4,
#sidebar.landing h4 { 
	color:#615858; 
}

/*
#sidebar.landing a { color:#141000; }
#sidebar.landing a:link { color:#141000; }
#sidebar.landing a:visit { color:#141000; }
#sidebar.landing a:hover { color:#141000; text-decoration:underline;}
#sidebar.landing a:active { color:#141000; }
*/
#pagecontent {
	float:left;
	width:762px;
	/*font-size:14px;*/
	font-size:12px;
	min-height:500px;
}
#pagecontent.fullwidth, #pagecontent.mainpage, #pagecontent.co1, #pagecontent.co2, #pagecontent.co3, #pagecontent.co4 {
	width: 100%;
	min-height: 650px;
}

/* Page Content Styles */

#pagecontent h2 {
	margin:0;
	padding:0;
	font-weight:normal;
	color:#f6901f;
	font-size:30px;
}
#pagecontent p {
	color:#8c8c8c;
	margin:4px auto 6px auto;
}

#pagecontent.landing, 
#pagecontent.landing2 {
	width:674px;
}
#pagecontent.landing .featured-box {
	font-size:11px;
	width:210px;
	float:left;
	margin-top:75px;
	margin-right:17px;
}
#pagecontent.landing .last-box {
	margin-right:0;
}
#pagecontent.landing .featured-box h3 {
	margin:4px auto;
	font-size:14px;
	font-weight:normal;
}
/* add to cart */

.addtocart a {
	color: #f6901e;
	border: 1px solid #f6901e;
	padding:3px 6px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}

.addtocart a:hover {
	color:white;
	background-color:#f6901e;
}

/* landing page subsection highlights */

#pagecontent.landing2 .subsection-highlight {
	border-bottom:1px solid #f9d8b2;
	padding-bottom:12px;	
}

#pagecontent.landing .subsection-highlight {
        border-top:1px solid #f9d8b2;
        margin-top: 12px
}

#pagecontent.landing2 .subsection-highlight img,
#pagecontent.landing .subsection-highlight img {
        margin:12px 18px 0px 0;
        float:left;     
        
}
#pagecontent.landing2 .subsection-highlight .highlight-body,
#pagecontent.landing .subsection-highlight .highlight-body {
	width:440px;
	float:left;
}

#pagecontent.landing2 .subsection-highlight h3,
#pagecontent.landing .subsection-highlight h3 {
	font-size:22px;
	font-weight:normal;
	margin:12px auto 0px auto;
}

#pagecontent.landing2 .subsection-highlight p,
#pagecontent.landing .subsection-highlight p {
	font-size: 16px;
	line-height: 22px;
}

#pagecontent.landing2 .subsection-highlight a,
#pagecontent.landing .subsection-highlight a {
        text-decoration:underline;      
        color:#8c8c8c;
}

/* Gift Catalog Pages (gift baskets, etc.) */
/* This is a style revamp that hasn't been completed yet,
so the styles are disabled
.boxes {
	float:right !important;
}

.basketrow {
	border: 1px solid white;
	clear: both;
	line-height: 18px;
	min-height: 180px;
	padding-right: 10px;
	cursor:pointer;
}

.basketrow:hover,
.basketrowiehover {
	border: 1px solid #f6901e;
}

.basketrow .prodmedimage {
	float: left;
	margin:5px 20px 5px 5px;
}

.basketrow .prodtitle {
	color: #f6901f;
	font-size: 29px;
	text-align: left;
	margin:20px 0 0 0 ;
}
.basketrow .prodtitle {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 12px;
}

.baskfoot{
	text-align: center;
	margin-top: 20px;
}

.basketrow .baskfoot{
	margin-right: 70px;
}
.baskfoot span{
	margin-left: 20px;
}

.shipad {
	line-height:22px;
	border:1px solid #f6901e;
	padding-left:8px;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:18px;
	background:#FFFFdc;
}

.shipad {
	margin: 5px 110px 0px;
	clear: both;
}

.shipadbanner {
	font-size:17px;
	font-weight:bold;
}

.shipadtext {
	margin-top:10px;
	width:205px;
}

.shipadtext {
	width: 410px;
}
*/

/* */
#boxes{
	float:right !important;
}

.shipadbanner{
	font-size:17px;
	font-weight:bold;
}

#shipad{
	line-height:22px;
	border:1px solid #f6901e;
	padding-left:8px;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:18px;
	background:#FFFFdc;
}

#ecForm h1 {
	font-size:14px;
	line-height:22px;
	font-weight:bold;
	margin-top:12px;
	margin-bottom:4px;
}

.baskets #shipad{
	margin: 5px 110px 0px;
	clear: both;
}
#shipadtext{
	margin-top:10px;
	width:205px;
}
.baskets #pagehead {
	 margin-bottom: 10px;
}
.baskets #phright #navarrows img {
	margin-bottom: -3px;
}
.baskets #shipadtext {
	width:auto;
}
.baskets #phright #phonenumber {
	font-size: 30px;
	color: #f4b776;
	padding-right:22px;
	line-height:30px;
}
.baskets #basketlinks{
	padding-top: 29px;
	clear: left;
	padding-left: 16px;
}
.baskets #basketlinks a {
	text-decoration: none;
	font-size: 14px;
	padding: 0 10px;
	display: block;
	float:left;
	height: 20px;
	padding-top: 8px;
	padding-bottom: 3px;
}
.baskets #basketlinks a.current,
.baskets #basketlinks a:hover {
	background-color: #f2a354;
}
.baskets #prodtitle {
	color: #f6901f;
	font-size: 29px;
	text-align: left;
	margin:0;
}
.baskets .basketsrow #prodtitle {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 12px;
}
.baskets #subtitle {
	font-size: 15px;
	color: #f6901f;
	margin-bottom: 12px;
}
.baskets #navarrows {
	padding-top: 20px;
}
.baskets #prodimage {
	float: right;
}
.baskets .baskfoot {
	text-align: center;
	margin-top: 20px;
}
.baskets .basketrow .baskfoot {
	margin-right: 70px;
}
.baskets .baskfoot span {
	margin-left: 20px;
}
.baskets .disclaimer {
	clear: both;
	font-style: italic;
	text-align: left;
	font-size: 11px;
}
.baskets .basketsrow .prodmedimage {
	float: left;
	margin:5px 20px 5px 5px;
}
.baskets .basketsrow .basketrow {
	border: 1px solid white;
	clear: both;
	line-height: 18px;
	min-height: 180px;
	padding-right: 10px;
	cursor:pointer;
	margin-bottom:10px;
}
.baskets .basketsrow .basketrow:hover,
.baskets .basketsrow .basketrowiehover {
	border: 1px solid #f6901e;
}
.baskets .basketsrow .basketrow a {
	color: black;
}
#archive a {
	color: #f6901e;
	border: 1px solid #f6901e;
	padding:4px 6px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
#archive a:hover {
	color: white; 
	background-color:#f6901e;
}

/* End of copied basketrow styles */

/* Caviar shipping styles */

.subtitle {
	margin-top: 20px;
	font-size: 20px;
	color:#F6901E;
}

/* NOTE: Do not confuse caviarLanding (capital 'L') with caviarlanding */
.caviarLanding {
	margin-top: 10px;
	width: 480px;
}

#pagecontent .caviarLanding p {
	color:black;
}
.caviarLanding p {
	margin-top: 0;
	margin-bottom: 12px;
}

.caviarLanding ol li{
	margin-bottom: 12px;	
}

.caviarLandingTable {
	margin: 10px 0 16px 0;
	border-collapse: collapse;
	width: 400px;
}

.caviarLandingTable th {
	text-align: left;
	padding: 5px;
}

.caviarLandingTable td {
	border: 1px solid black;
	padding: 5px;
}

/* Peoplebar */

#peoplebar-wrapper {
	margin:0;
	padding:0;
	width:762px;
}

#peoplebar {
	border:3px solid #f6901f;
}

#peoplebar-interior {
	border:2px solid white;
	color:white;
	font-size:18px;
	background-color:#f6901f;
	text-align:right;
	height:48px;
	line-height:48px;
	padding-left:12px;
	padding-right:12px;
}

#peoplebar-interior input {
	font-size:16px;
	float:left;
	margin-right:12px;
	margin-top:11px;
	color:#8c8c8c;
	border-width:1px;
	padding-top:3px;
	padding-bottom:1px;
}

#peoplebar-interior-left {
	float:left;
}

#peoplebar-interior input#peoplecount {
	width:40px;
	text-align:center;
}

#peoplebar-interior div#peoplebar-buttons {
	float:right;
	width:auto;
	margin-left:12px;
	line-height:46px;
}

#peoplebar-interior a.peoplebar-button {
	font-size:13px;
	color:white;
	background:url(../images/peoplebarbutton.gif) no-repeat scroll left top;	
	padding-bottom:6px;
	padding-top:6px;
}
	
#peoplebar-interior a.peoplebar-button:link { color:white; }
#peoplebar-interior a.peoplebar-button:visit { color:white; }
#peoplebar-interior a.peoplebar-button:hover { color:white; }
#peoplebar-interior a.peoplebar-button:active { color:white; }

#peoplebar-interior a.peoplebar-button span {
	background:url(../images/peoplebarbutton.gif) no-repeat scroll right top;
	padding:6px 10px 6px 3px;
	margin-left:7px;
}

/* Catering options box */

#catering-options {
	margin:13px auto;
	padding:12px;
	border:1px solid #f6901f;
	color:#8c8c8c;
}

#catering-options p {
	margin:9px auto;
	padding:0;
}

#catering-options h3 {
	margin:0;
	font-size:22px;
	font-weight:normal;
	color:black;
}

#catering-options #options-left {
	float:left;	
	width:65%;
	border-right:1px solid #f6901f;
}
#catering-options #options-left .optionrow {
	text-align:right;
	margin-right:17px;
	margin-bottom:4px;
	line-height:20px;
}
#catering-options #options-left .optionrow input {
	float:left;
}
#catering-options #options-left .optionrow label {
	float:left;
	color:black;
}

#catering-options #options-right {
	float:left;	
	padding-left:17px;
	color:black;
	font-size:12px;
	line-height:16px;
}
#catering-options #options-right h4 {
	font-size:14px;
	line-height:14px;
	margin:0 auto 4px auto;
	padding:0;
	color:#8c8c8c;
}

/* Catering Items */

h3.catering-item-category {
	margin:10px auto;
	padding:0;
	border-bottom:1px solid #f6901f;
	font-size:18px;
	height:26px;
	color:#f6901f;
}

/* Individual catering items */

.catering-item {
	float:left;
	width:381px;
	background-repeat:no-repeat;
	background-position:top left;
	margin-bottom:5px;
}

.catering-item .catering-count {
	float:left;
	margin-right:9px;
	width:120px;
	height:109px;
}
.catering-item .catering-count .number-box {
	display:none;
	height:57px;
	background:url('../images/background-count.png') no-repeat; 
	margin-top:19px;
	line-height:57px;
	font-size:54px;
	text-align:center;
	color:white;
}
.catering-item .catering-desc {
	float:left;
	width:252px;
}
.catering-item .catering-desc h4 {
	margin:0;
	padding: 16px 0px 0px 0px;
	font-size:18px;
	line-height:20px;
	color:black;
	font-weight:normal;
}
.catering-item .catering-desc p {
	margin:4px auto 6px auto;
	line-height:20px;
	padding:0;
}
.catering-item .catering-desc a.catering-desclink {
	font-size:12px;
	text-decoration:underline;
	color:#989292; 
}

.catering-item .catering-desc a.catering-desclink:link { color:#989292; }
.catering-item .catering-desc a.catering-desclink:visit { color:#989292; }
.catering-item .catering-desc a.catering-desclink:hover { color:#f6901f; }
.catering-item .catering-desc a.catering-desclink:active { color:#989292; }

/* Add order buttons */

a.addorder {
	color: #f6901f;
	border: 1px solid #f6901f;
	padding:3px 6px;
	line-height:20px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
a.addorder:hover {
	color: white;
	background-color:#f6901f;
}
a.removeorder {
	color: #8c8c8c;
	border: 1px solid #8c8c8c;
	padding:3px 6px;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
}
a.removeorder:hover {
	color: white;
	background-color:#8c8c8c;
}

/* Platter page styles*/
#platterContentHeader{
	color: white;
	background-color:#883203;
	font-family: Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;;
	font-size: 30px;
	line-height: 36px;
	padding-left: 18px;
	padding-top: 11px;
	margin-bottom: 6px;
}
#platterContentHeader span{
	color: #a96947;
	font-size: 18px;
}
.pSpace{
	float: right;
	height: 113px;
	width: 1px;
}
.pPic{
	clear: right;
	float:right;
	margin-left: 10px;
}
.pPic .caption{
	padding-top: 2px;
	color: #999;
}
#pagecontent .platterItem h2 {
	color: black;
	font-family: Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;;
	font-size: 16px;
	padding-top: 14px;
}
.platterItem .descr,
.platterItem .price {
	color: #999;
	font-size: 12px;
	line-height:18px;
	font-family:arial;
	margin-bottom:1px
}
.platterItem input {
	margin-right: 11px;
	margin-top: 5px;
	color: #999;
	font-family:arial;
	text-align: center;
}
.caterpic .platterItem img{
	float: left;
	clear: both;
	margin-right: 25px;
}
.caterpic .platterItem{
	clear: both;
}
/* Dinner pages */
/*#xmasDinnerContentHeader,
#tgDinnerContentHeader,*/
#dinnerContentHeader {
/*	background-image: url(../images/turkeybg.jpg);*/
	height: 200px;
	padding: 22px 12px 20px 21px;
}
/*
#xmasDinnerContentHeader {
	background-image: url(../images/customxmasbg.jpg);
}
#tgDinnerContentHeader {
	background-image: url(../images/turkeybg.jpg);
}
#xmasDinnerContentHeader h2,
#tgDinnerContentHeader h2,
*/
#dinnerContentHeader h2{
	font-size: 30px;
	color: white;
	font-family: Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	margin:0;
	padding: 0;
}
/*
#xmasDinnerContentHeader h3,
#tgDinnerContentHeader h3,
*/
#dinnerContentHeader h3{
	color: #a56847;
	font-family:Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;;
	font-size: 30px;
	font-weight:normal;
	margin:0;
	padding: 5px 0 2px;
}
/*
#xmasDinnerContentHeader p,
#tgDinnerContentHeader p,
*/
#dinnerContentHeader p{
	font-size: 14px;
	line-height: 20px;
	font-family: arial;
	width: 400px;
	margin-left: 0;
	color:#bababa;
}
#dinnerItems h2 {
	color: black;
	font-size: 22px;
	line-height: 24px;
}
#dinnerItems h2 span {
	color: #f6901f;
	font-size: 18px;
}
#dinnerItems h2 .choice{
	font-size: 22px;
}
#dinnerItems .checkmark {
	font-family: "Arial Unicode MS", "Arial", "MS Trebuchet", sans-serif;
	font-size: 22px;
}
#dinnerMain {
	border-bottom: 1px solid #ccc;
	margin-left: 200px;
	padding: 20px 0 16px;
}
#dinnerMain table{
	margin: 1px 0 14px;
	font-size: 16px;
}
#dinnerMain table th{
	text-align:left;
	font-weight:normal;
	line-height: 24px;
	padding-right: 35px;
}
#dinnerMain table th label{
	margin-left: 6px;
}
#dinnerMain table td{
	color: #ccc;
}
#dinnerItems .marginbox{
	float: left;
	width: 146px;
	border: 1px solid #ccc;
	margin: -74px 0 0;
	padding: 5px 3px 4px 9px;
	font-family:Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.marginbox ul{
	margin: 0;
	padding: 0 0 0 14px;
}
#dinnerItems .paddingbox{
	float: left;
	width: 146px;
	margin: 50px 0 0;
	padding: 5px 3px 4px 9px;
	font-family:Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#dinnerItems .marginbox h2 {
	font-size: 18px;
	margin-bottom: 4px;
}
#dinnerItems .marginbox p {
	font-size:14px;
	color:black;
}
.dinnerSides{
	float: right;
	width: 560px;
	font-size: 14px;
	line-height: 20px;
	margin: 16px 16px 0 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}
.dinnerSides img{
	float: right;
}
.dinnerSides div{
	float: right;
	width: 367px;
}
.dinnerSides div span{
	color: #999;
}
.dinnerSides input,
.dinnerSides select{
	display:block;
	float: left;
	clear: right;
}
.dinnerSides .win{
	width: 320px;
}
.dinnerSides label{
	display: block;
	float: right;
	width: 345px;
}
/* general purpose catering main */

.holidayMenu2-last,
.holidayMenu2 {
	float:left;
	width:422px;
	height:300px;
	padding-left:20px;
	padding-right:20px;
	margin-right:20px;
	margin-bottom:20px;
}

.holidayMenu3-last, 
.holidayMenu3 {
	float:left;
	width:262px;	
	height:300px;
	padding-left:20px;
	padding-right:20px;
	margin-right:19px;
	margin-bottom:20px;
}

.holidayMenu2-last,
.holidayMenu3-last {
	margin-right:0;
	margin-left:0;
}

div#pagecontent .holidayMenu2-last h2, 
div#pagecontent .holidayMenu2 h2,
div#pagecontent .holidayMenu3-last h2, 
div#pagecontent .holidayMenu3 h2 {
	line-height:31px;
	padding-top:20px;
	color: white;
	font-size:26px;
	margin-bottom:5px;
}

.holidayMenu2-last a, 
.holidayMenu2 a,
.holidayMenu3-last a, 
.holidayMenu3 a {
	color: white;
	text-decoration:underline;
	font-size: 14px;
	line-height: 18px;
}

.holidayMenu2-last a h2, 
.holidayMenu2 a h2,
.holidayMenu3-last a h2, 
.holidayMenu3 a h2 {
	line-height:31px;
}

/* thanksgiving main */
/*
#chanukahMenu,
#xmasMenu,
#tgMenu,
*/
#holidayMenu,
.holidayMenu1 {
	width: 907px;
	height: 300px;
	padding-left: 37px;
	margin-bottom: 5px;
}
/*
#chanukahMenu {
	background-image: url(../images/chanukahbg.jpg);
}
#xmasMenu {
	background-image: url(../images/xmasbg.jpg);
}
#tgMenu {
	background-image: url(../images/tgturkey.jpg);
}
#chanukahMenu h2,
#xmasMenu h2,
#tgMenu h2,
*/
#holidayMenu h2,
div#pagecontent .holidayMenu1 h2,
div#pagecontent .holidayMenu1 a h2 {
	color: white;
	padding-top: 29px;
	margin-bottom:5px;
}
/*
#chanukahMenu h2 {
	color: #65100f;
}
#chanukahMenu a,
#xmasMenu a,
#tgMenu a,
*/
#holidayMenu a,
.holidayMenu1 a {
	color: white;
	text-decoration:underline;
	font-size: 14px;
	line-height: 18px;
}
div#holidayMenu.chanukahText, 
div#holidayMenu.chanukahText a,
div#holidayMenu.chanukahText a h2 {
	color: #65100f;
}
/*
#chanukahMenu a {
	color: #65100f;
}
*/
div.tgmenu {
	width: 884px;
	text-align:left;
	font-size:14px;
	line-height: 26px;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 0px 36px;
}
#pagecontent div.tgmenu p {
	color: #000;
}
div.tgmenu a{
	color: #A9A3A3;
}
.ygbg,
.ygbg2 {
	width: 300px;
	height: 90px;
	border: 1px solid #F6901E;
	text-align: center;
	float: left;
	background: url(../images/ygbg.gif) repeat-x;
	margin-left: 0;
	margin-right: 19px;
	color: black;
	font-size: 16px;
}
.ygbg2 {
	width:620px;
}
.ygbg h3,
.ygbg2 h3 {
	font-size: 20px;
	color: #F6901E;
	font-weight: normal;
	margin: 21px 0 3px;
}
.ygbg a,
.ygbg2 a {
	color: black;
	text-decoration: none;
	font-size: 16px;
}


.ygbg h3 span,
.ygbg2 h3 span,
.ygbg a h3 span,
.ygbg2 a h3 span {
	font-size: 22px;
}
.ygbg span,
.ygbg2 span,
.ygbg a span,
.ygbg2 a span {
	font-size: 18px;
}
.orangeborder{
	width: 290px;
	height: 81px;
	border: 1px solid #F6901E;
	float: right;
	font-size: 11px;
	line-height: 18px;
	padding-top: 9px;
	padding-left: 10px;
}
/* Footer */

#footer {
	margin-top:30px;
	font-size:13px;
	line-height:18px;
	padding-bottom:20px; 
}
#footer ul, #footer li {
	margin:0;
	padding:0;
	text-decoration:none;
}
#footer li {
	display:inline;
}
#footer li a {
	color:#989292;
	display;block;
	padding:3px 16px 0px 0px;
}
#footer li a:hover {
	text-decoration:underline;
}
/* Footer for home page */
.homepage #footer {
	margin-top:30px;
	font-size:13px;
	line-height:18px;
	padding-top:4px;
	padding-bottom:4px;
	position: fixed;
	bottom: 0;
	background-color: #F6901E;
}
.homepage .prefoot{
	position: fixed;
	bottom: 26px;
	height: 50px;
	width: 984px;
	background: url(/images/whitefade.png) repeat;
}
.homepage #footer ul, #footer li {
	margin:0;
	padding:0;
	text-decoration:none;
}
.homepage #footer li a {
	color:white;
}
/* article pages */

.apright{
	clear:right;
	float:right;
	margin-left:20px;
	margin-bottom:20px;
}
.apsand{
	float:right;
	width:1px;
	height:60px;
}
.apright2{
	float:left;
}
.apimg{
	height:320px;
}
/* Content header for catalog pages */

div#contentheader {
	padding-left:18px;
	padding-right:18px;
	height:40px;
	line-height:40px;
	margin-bottom: 20px;
}

div#contentheader h1 {
	margin:0;
	color:white;
	font-weight:normal;
}

div#contentheader span.phonenumber {
	color:white;
	float:right;
	font-size:20px;
	line-height:46px;
	height:40px;
	display:block;
}

/* catalog pages */

.catalogBlurb {
	margin-bottom: 40px;
}

.catalogListing {
	font-size:12px;
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}

.catalogListing img {
	float: left;
	margin-right:15px
}

.catalogListing .catalogText {
	width:480px;
	margin-left: 255px;	
}

.catalogListing .catalogText h1 {
	font-size: 12px;
	margin-top: 0;
}
div#pagecontent .catalogListing .catalogText p {
	color:black;
}

.catalogListing table .addtocart a{
	padding:2px 5px;
	font-size: 11px;
}
.catalogListing table {
	width: 100%;
	margin:10px 0;
	border-collapse: collapse;
	line-height: 20px;
}
.catalogListing table th {
	text-align: left;
}
.catalogListing table th span {
	color:#676767;
	font-weight: normal;
}
.catalogListing table td {
	text-align: right;

}
.catalogListing table th span.salePrice {
	color: #ff0000;
	font-weight:bold;
}

/* http://www.positioniseverything.net/easyclearing.html */

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

/*.clearfix {display: inline-block;}  /* for IE/Mac */

/* added by Rick for checkout pages*/
#pagehead {
	clear:both;
}
#phleft{
	display:inline;
}
.baskets #phleft{
	line-height:12px;
}
#phleft1 {
	float:left;
/*	margin:6px 16px 2px;*/
	display:inline;
	width:762px;
}
.required, .requiredRight {
	color:red;
	margin-top:8px;
}
.requiredRight {
	float: right;
}

.ab1{
	width:3em;
}
.ab2{
	width:20em;
	font-size:14px;
	line-height:18px;
}
.cbhead{
	background:#f6901e;
	line-height:23px;
	color:white;
}
.sthead{
	background:#95b22f;
	color:white;
	line-height:23px;
}
.itemhead{
	text-align:left;
	padding-left:10px;
}
.recip{
	border-left:1px solid #95b22f;
	border-right:1px solid #95b22f;
	}
.recip td{
	border-bottom:1px solid #898989;
}
.sttable{
	margin-top:12px;
	border:1px solid #F6901E;
	background-image:url('/images/bg.png');
	width:100%;
}
.sttable th{
	text-align:right;
	width:12em;
}
.or24px{
	color:#F6901E;
	font-size:24px;
}
.or18px{
	color:#F6901E;
	font-size:18px;
}
.or14px{
	color:#F6901E;
	font-size:14px;
}
.error{
	color:red;
	padding-left:8px;
}
.sttable .or18px {
	padding-top:8px;
	padding-left:8px;
}
.gap {
	height:8px;
}

.co1 {
	background-image:url('/images/co1bg.jpg');
	min-height:352px;
	background-repeat:no-repeat;
	background-position:right;
}
.co2 {
	background-image:url('/images/co2bg.jpg');
	min-height:482px;
	background-repeat:no-repeat;
	background-position:right;
}
.co3 {
	background-image:url('/images/co3bg.jpg');
	min-height:605px;
	background-repeat:no-repeat;
	background-position:right;
}
.co4 {
	background-image:url('/images/co4bg.jpg');
	min-height:586px;
	background-repeat:no-repeat;
	background-position:right;
}
.totbut{
	text-align:center;	
}
.cct th{
	width:10em;
}
#onec{
	margin: 0 124px;
	clear:both;
}
#onec legend{
	color:#f6901e;
	font-size:18px;
}
#shipping{
	margin-top: 12px;
}
.carttop{
	width:100%;
	border-left:1px solid #F6901E;
	border-right:1px solid #F6901E;
	background-image:url('/images/bg.png');
}
.copSpace{
	height:18px;
}
.cartbottom{
	padding-top:8px;
	padding-bottom:8px;
	width:100%;
	border-left:1px solid #F6901E;
	border-right:1px solid #F6901E;
	border-bottom:1px solid #F6901E;
	background-image:url('/images/bg.png');
}
.billadd{
	margin-top:4px;
	line-height:18px;
}
.po{
	width:293px;
	background-image:url('/images/bg.png');
	border:1px solid #F6901E;
	margin-bottom:18px;
	padding:8px;
	min-height:11em;
}
.poship{
	border:1px solid #F6901E;
	width: 718px;
	padding:8px;
	background-image:url('/images/bg.png');
}
#polc{
	float:left;
	margin-left:124px;
}
#porc{
	float:right;
	margin-right:124px;
}

/* This Week On Sale */
.selectList{
	width:120px;
}
.salenote div{
	color:#75cc38;
	background:white;
	font-size:12px;
	padding-right:4px;
	padding-left:4px;
	position:relative;
	top:-1px;
	left:1px;
}

.saledep{
	vertical-align:top;
	position:relative;
}
.saledep div{
	background:#75cc38;
	color:white;
	font-size:12px;
	padding-right:4px;
	padding-left:4px;
	position:relative;
	top:-1px;
	left:1px;
}
.saledep a{
	text-decoration:none;
	color:white;
}
.saledep a:hover {
	text-decoration:underline;
}
.top{
	border-top:1px solid #75cc38;
}
th.item2, td.item2 {
	text-align:left;
	line-height:18px;
	margin-top:4px;
}
td.item2 {
	padding-left:8px;
}
.itemcol{
	width:60%;
}
.salebanner{
	font-size: 18px;
	color:white;
	width:332px;
	line-height:30px;
	padding-right:6px;
	background-image: url(/images/saleback.jpg);
}
#onec1{
/*	margin: 20px 60px;*/
	clear: both;
}
#onsaletable {
	width:762px;
	text-align:center;
	font-size:14px;
	line-height:22px;
	vertical-align:top;
}
#phright {
	float:right;
	text-align:right;
}
/* start checkout pages
	Multiple ship page, and others*/
.required, .requiredRight {
	color:red;
	margin-top:8px;
}
.requiredRight {
	float: right;
}

/* Multiple Shipping */
.cartitem {
	border:1px solid #f6901e; 
}
.cartitem td {
	border-bottom:1px solid #898989;
	padding-top:6px;
	padding-bottom:6px;
}
.cartitem2 td {
	border-bottom:1px solid #898989;
}

.cartitem td.price, 
.cartitem2 td.price {
	text-align:center;
}

.cartitemname {
	font-size:14px;
	line-height:18px;
	text-align:left;
	padding-left:10px;
	width:15.5em;
	padding-right:10px;
}

.cartnote {
	width:10em;
}

/* MULTIPLE SHIPMENTS START */

.shipmentItem, .shippingCartItem {
	height: 32px;
	border-bottom: 1px solid #999;
	background: #ffffdc;
}

.shippingCartItem {
	width: 352px;
}

.shipmentItemName {
	text-align: left;
	padding: 9px 0px 0px 6px;
	width: 205px;
	float: left;
}

.shipmentQuantity {
	width:50px;
	padding: 5px 0px 0px 0px;
	text-align:center;
	float: left;
	text-align:center;
}

.shipmentQuantity input {
	text-align:center;
}

.shipmentPrice {
	width:60px;
	text-align:right;
	padding: 9px 0px 0px 0px;
	float: left;
}

.shipmentTotal {
	font-weight:bold;
	width:60px;
	text-align:right;
	padding: 9px 6px 0px 0px;
	float: left;
}

#step1 {
	width: 290px;
	height: 58px;
	background: url('/images/step1_background.gif');
	text-align:center;
	padding: 7px 10px 0px 55px;
	margin-top: 6px;
	font-size: 14px;
}

#step2 {
	width: 290px;
	height: 53px;
	background: url('/images/step2_background.gif');
	text-align:center;
	padding: 12px 10px 0px 55px;
	margin-top: 16px;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	z-index: 5;
}

#dragArrow {
	position: relative;
	width: 355px;
	height: 63px;
	top: -35px;
	right: -40px;
	/* margin: -35px -38px 0px 0px; */
	background: url('/images/drag_arrow.gif');
}

#step3 {
	width: 300px;
	height: 58px;
	background: url('/images/step3_background.gif');
	text-align:center;
	padding: 7px 5px 0px 50px;
	margin-top: -35px;
	font-size: 14px;
}

#shippingCart {
	position: relative;
	z-index: 5;
	border-left:1px solid #f6901e;
	border-right:1px solid #f6901e;
	background: #fff;
	padding: 0;
	margin: 0;
	width: 353px;
}

#shippingCart .shipmentItemName {
	width: 231px;
}

.ABPerson, .ABInvalid {
	height: 29px;
	width: 389px;
	border: 1px solid #f6901e;
	clear: left;
	margin: 0px 0px 3px 2px;
}

.ABEdit {
	width: 32px;
	padding: 8px 0px 0px 8px;
	color: #999;
	float: left;
}

.ABName {
	width: 289px;
	padding: 8px 0px 0px 0px;
	color: #000;
	font-size: 14px;
	float: left;
}

.ABRemove {
	width: 52px;
	padding: 8px 8px 0px 0px;
	color: #999;
	text-align: right;
	float: left;
}

.ABShipment {
	border: solid 2px #95b22f; 
	width: 387px; 
	margin-left: 2px;
	margin-bottom: 3px;
}

.ABShipment .ABName {
	background: #99ff99;
	color: #006600;
	padding: 6px 0px 4px 6px;
	font-size: 16px;
	width: 381px;
	float: none;
}

.ABShipment .ABEdit, .ABShipment .ABRemove {
	display: none;
}

#addressFormHeader {
	background: #f6901e;
	width: 480px;
	height: 26px;
	padding: 3px 8px;
	margin: 0px;
}

#addressFormTitle {
	float: left;
	color: #fff;
	font-size: 14px;
}

#addressFormClose, #addressFormClose a {
	float: right;
	color: #fff;
	font-size: 14px;	
}
/* MULTIPLE SHIPMENTS END */

.addtable {
	clear: both;
	width:387px;
	background: #ffffdc;
}
.abtable, .abtableInvalid {
	border:1px solid #f6901e;
	width: 390px;
	margin-bottom:2px;
	margin-left:2px;
}
.invalidAddress {
	color: #ccc;
}
.quantity, .removeFromCart {
	width:2em;
	text-align:center;
}
.quantity input, .removeFromCart input {
	text-align:center;
}

.inlineDescription {
	margin-top:-2px;
	margin-bottom:2px;
	font-weight:normal;
	line-height:14px;	
}

.price {
/*	width:5em;
	text-align:center;*/
}
.regularPrice {
	width:6em;
	color: #999;
	font-weight: bold;
	text-align:center;
}
.salePrice{
	width:5em;
	color: #f00;
	font-weight: bold;
	text-align:center;
}
.strikePrice {
	text-decoration: line-through;
}
.saleLabel {
	color: white;
	background-color: red;
	font-size:12px;
	padding:3px 6px;
	vertical-align: middle;
}

.largeSaleLabel {
	color: white;
	background-color: red;
	font-size:14px;
	padding:4px 7px;
	vertical-align: middle;
}	

.featuredRegularPrice {
	font-weight:bold;
	font-size:14px;
	color: #898989;
}
.featuredSalePrice {
	font-weight:bold;
	font-size:14px;
	color: #ff0000;
}

.totalspan {
	font-weight:bold;
	width:5em;
	text-align:right;
	padding-right:4px;
	margin-left:4px;
	float:right;	
}
.total, .subtotal, .tax, .shippingPrice {
	font-weight:bold;
	width:5em;
	text-align:right;
	padding-right:6px;
}
.sub1{
	text-align:left;
	width:5em;
}
.ship{
	font-size:11px;
	text-align:right;
	width:250px;
}
.specialinstructions {
	padding-left:10px;
}
.sub2span {
	float:right;
}
.sub2{
	text-align:right;
}
.additup{
	border-top:1px solid #898989;
}
.hoverperson {
	background: #99ff99;
}
.activeperson {
	border-style: dotted;
	/* padding: 6px 0px; */
}
.gm{
	padding:6px;
}
.gm1{
	vertical-align:top;
}
.giftMessageNone {
	color:#777;
}
.giftMessage {
	color:#000;
}
.spacer{
	width:100px;
}
#giftmes1 {
	margin-left:6px;
}
#logout{
	float:right;
	color:#898989;
	font-size:11px;
	margin:6px 16px 0 0;
}
#logout a{
	color:#898989;
}
#steps{
	color:#898989;
	font-size:11px;
	margin:6px 0 16px 16px;
}
#steps span, #steps a{
	color:#898989;
	font-size:11px;
	text-decoration:none;
	margin: 0 0 0 2em;
}
#steps a:hover {
	color:#F6901E;
}
span#currentstep {
	font-weight:bold;
	margin: 0 0 0 2em;
	color: #000;
}
#checklc1{
	float:left;
	width:396px;
	padding:0px;
	line-height:24px;
	margin:0 31px;
	display:inline;
}
#checklc1 legend{
	color:#f6901e;
	font-size:18px;
}
#AB{
	color:white;
	font-size:18px;
	background-color:#f6901e;
	margin: 6px 3px 2px 2px;
	padding:0 0 0 6px;
}
#addaddtable{
	width:480px;
}
#addaddtable td {
	text-align: left;
}
#addaddtable th {
	text-align:right;
	font-weight: bold;
	font-size: 12px;
}
#addaddtable td.submitButton {
	text-align:center;
}

#checklc1 form{
	margin:0;
}
#add{
	text-align:center;
	padding-bottom:2px;
}
#checkrc1{
	float:left;
	width:396px;
	margin:0 31px 0 0;
}
#checkrc1 h1{
	color:#95b22f;
	font-size:18px;
}
#checkrc1 a{
	color:#898989;
	font-size:11px;
}
#codes{
	width:198px;
	color:#898989;
}
#ordertotal{
	float:right;
	clear: right;
	font-size:18px;
	margin:10px 10px 0 0;
}
#orderTotalWrapper {
	margin-top: 10px;
}
#discountTotal{
	float:right;
	font-size:14px;
	margin:10px 10px 0 0;
}
#codediv{
	float:left;
}
#continue{
	clear:both;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
.continue{
	clear:both;
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
}
#continue a{
	color:white;
	background:#f6901e;
	padding:6px 8px;
	font-size:12px;
	text-decoration:none;
	vertical-align:middle;
}
/* Signin page */
.bold{
	font-weight:bold;
}
.orangehead{
	padding-left:6px;
	background:#f6901e;
	line-height:23px;
	color:white;
}
.boxbody{
	padding:8px;
	font-size:12px;
	line-height:18px;
}
.boxbody th{
	text-align:right;
}
.oboxlink{
	color: white;
	background:#f6901e;
	text-decoration:none;
	padding:4px;
	font-size:11px;
	text-align:center;
}
.center{
	text-align: center;
	padding-bottom:3px;
}
.obxth{
	text-align:right;
}
.signin{
	border-left:1px solid #f6901e;
	border-right:1px solid #f6901e;
	border-bottom:1px solid #f6901e;
	background-image:url('/images/bg.png');
}
#checklc3 .signin{
	border:1px solid #f6901e;
	background-image:url('/images/bg.png');
}
#checklc3 .tyhead{
	padding-left:8px;
	font-weight:bold;
}
#checklc2 {
	float:left;
	width:396px;
	margin:0px 31px 0px 80px;
	padding:0px;
	line-height:24px;
	display:inline;
	min-height:600px;
}
#checklc2 legend{
	color:#f6901e;
	font-size:18px;
}
#checkrc2{
	float:left;
	width:396px;
	margin:0 31px 0 0;
	padding:0px;
	line-height:24px;
	display:inline;
}

#checklc3 {
	width:396px;
	margin:0px auto 0px auto;
	padding:0px;
	line-height:24px;
	min-height:600px;
}
/* billnship page */
.sttable{
	margin-top:12px;
	border:1px solid #F6901E;
	background-image:url('/images/bg.png');
	width:100%;
	padding-bottom:8px;
}
.sttable th{
	text-align:right;
	width:12em;
}
.sttable .or18px{
	padding-top:8px;
	padding-left:8px;
}
.gap{
	height:8px;
}
.totbut{
	text-align:center;	
}
.cct th{
	width:10em;
}
#onec legend{
	color:#f6901e;
	font-size:18px;
}
#shipping{
	margin-top: 12px;
}
/* grayscreen basket */
.cateringMenuBlock {
	text-align:left;
	width:602px;
	background-color:#e3e3e3;
	padding:8px;
	border-bottom:1px solid white;
}
.cateringMenuBlock h3 {
	padding-left:11px;
	margin:5px auto;
	font-size:15px;
}
.cateringMenuBlock th {
	text-align:center;
}
.cateringMenuBlock th.itemhead {
	text-align:left;
}
.cateringMenuBlock td {
	padding-bottom:10px;
	padding-top:10px;
}
.gssc{
	width:600px;
	border-left:1px solid #F6901E;
	border-right:1px solid #F6901E;
	margin-right:auto;
	margin-left:auto;
}
.cateringMenuBlock .gssc {
	border-bottom:1px solid #F6901E;
}
.gssc2 {
	width:618px;
}
.gssc1 {
	width:600px;
	border-left:1px solid #F6901E;
	border-right:1px solid #F6901E;
	border-bottom:1px solid #F6901E;
}
.cartpic{
	vertical-align:middle;
	margin:4px 14px 4px 0;
}
.gray{
	color:#898989;
}
.quantity a{
	font-size:12px;
}
.gssc2 form,
.gssc1 form {
	text-align:center;
}
.gssc2 td {
	padding-bottom:12px;
	background-color:white;
}
.gssc1 td {
	padding-top:5px;
	padding-bottom:10px;
	background-color:white;
}
#Shoppingcart{
	font-family:Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;
	font-weight: 100;
	color:#f6901e;
	font-size:36px;
	margin-bottom:4px;
	text-align:left;
}
#checkoutbasket td{
	background-color:white;
}
#checkoutbasket{
	position: relative;  /* added for the drag arrow */
	z-index: 100;		 /* added for the drag arrow */
	border-left:1px solid #f6901e;
	border-right:1px solid #f6901e;
}
/* locations */
#contact,
#privacy,
#careers,
#ctback,
#seact,
#grocct,
#meatct,
#prodct,
#loc{
	background-repeat:no-repeat;
	background-position:100% 0px;
}
.locst{
	margin-left:12px;
	margin-bottom:10px;
}
.state{
	clear:both;
	padding-top:8px;
	padding-bottom:0px;
	font-size:24px;
}
.loccity h1{
	margin-top: 2px;
}
.loccity{
	margin-left:12px;
	margin-top:5px;
	float:left;
	width:390px;
	line-height:18px;
}
.locadd{
	margin-left:18px;
}
/* gift card */
#gclc1{
	float:left;
	width:406px;
	font-size:14px;
	height:380px;
	border-right:1px solid #f6901e;
	padding-right:14px;
	margin-right:14px;
}
#gclc1 p{
	color:black;
}

#gclc1 .caption{
	margin-left:0px;
}
#gclc1 .notice {
	font-size:12px;
}
#gcrc1{
	float:left;
	width:320px;
}
#gcrc1 img {
	width:320px;
}
#gcimg2, #gcimg3{
	display:none;
}
.gcimg{
	position:absolute;
}
/* about pages */
.about1{
	margin-left:12px;
}
.about2{
	margin-top:12px;
}
.horz{
	width:70%;
	border-bottom:1px solid #f6901e;
	margin-right:auto;
	margin-left:auto;
	clear:all;
	margin-bottom:10px;
}
.abhn img{
	float:left;
	vertical-align:center;
	margin-right:10px;
}
/* footers */
#footcontent {
	margin-right:120px;
}
#footcontent p {
	color:black;
}
.orange {
	color:#F6901E;
}
.bottom, .ctips, .coup, .reheatbg, .ctback {
	background-repeat:no-repeat;
	background-position:100% 120px;
}
.bottom #pagecontent {
	min-height:512px;
}
#loc{
	background-image:url(/images/locations.jpg);
}
#privacy {
	background-image:url(/images/privacyback.jpg);
}
#contact {
	background-image:url(/images/contactback.jpg);
}
#ctback {
	background-image:url(/images/ctback.jpg);
}
#seact{
	background-image:url(/images/seafoodback.jpg);
}
#prodct{
	background-image:url(/images/produceback.jpg);
}
#grocct{
	background-image:url(/images/groceryback.jpg);
}
#meatct{
	background-image:url(/images/meatback.jpg);
}
#careers{
	background-image:url(/images/careers.jpg);
}
/*welcome*/
.welcome{
	margin-left:18px;
	margin-right:120px;
	line-height:18px;
}
.welcome li{
	list-style-type:none;
}
.welcome img{
	float:left;
	clear:left;
	margin-right:18px;
	margin-bottom:18px;
}
.clear{
	clear:both;
}

/*Cooking Tips */
.ctback {
	background-image:url(/images/ctback.jpg);
}
#pagecontent.ctjump {
	float:left;
	width:642px;
	margin-right:120px;
	padding-top:1px;
	line-height:18px;
	font-size:14px;
	min-height:500px;
}
.ctjump .featitem {
	width: 460px;
	margin-left: auto;
	margin-right: auto;
}
.ctjump .featitem .itemselect {
	background: url(../images/orangefade.png) repeat-y right;
	float: left;
}
.ctjump a {
	font-size:18px;
}

#pagecontent.ctjump p {
	color:black;
}

.note{
	margin-left:18px;
	font-size:11px;
	font-style:italic;
}
/* featured products */
.featitem{
	margin-left:70px;
	font-size:18px;
	line-height:36px;
	width:450px;
}
.featitem div{
	width:213px;
	height:36px;
	padding-left:8px;
	margin-bottom:4px;
}
.featitem a{
	text-decoration:none;
	color:white;
}	

/* later stuff AKA Rewards Pages */
.buyinginfo{
	background:#ffffdc;
	border:1px #ff9900 solid;
	padding:10px;
	width:250px;
}
.bown a{
	text-decoration: none;
	margin-left: 24px;
	line-height: 31px;
}
.bown a:hover {
	text-decoration: underline;
}
#pagetitle span{
	font-size: 24px;
}
#signupform {
	/*padding:6px 18px 18px 18px;*/
}
#signupform h1 {
	font-size:14px;
}
#signupform p {
	color:black;
	margin-top:7px;
	margin-bottom:10px;
}
#signupform form {
	margin-top:0px;
}
#signupform form input {
	margin:0;
}
#signupform form td td {
	padding:3px;
	margin:0px;
}
#signupform td td.rewardscallout {
	padding:12px 15px;
	border:1px solid #F6901E;
	background-color: #ffffea;
	text-align:center;
}
#signupform td td.rewardscallout p {
	margin-top:0;
	text-align:left;
	font-weight:bold;
}
#signupform td td.lastpasscallout {
	width:255px;
	padding:6px 6px;
	border:1px solid #F6901E;
	background-color: #ffffea;
}
#signupform td td.lastpasscallout p.error {
	margin:0;
}
#signupform ul{
	padding-left:20px;
	margin-left:0;
	margin-top:4px;
	margin-bottom:6px;
}

.rewardsimage,
#rewardsimage{
	float: right;
	clear: right;
}
.rewardslogoutbutton {
	float:right;
	margin-bottom:10px;
	padding-right:50px;
}
#rewardspointstotal{
	margin-left:104px;
	width:430px;
	background:#ffffdf url('/images/pointstotal-bg.jpg') repeat-y;
	text-align:center;
	padding-top:16px;
	padding-bottom:8px;
}
#rewardspointstotal .announce{
	font-size:18px;
}
#rewardspointstotal .points{
	margin-top:10px;
	font-size:44px;
	color:#f6901e;
}
.rewardsspace{
	margin-top:24px;
}
.rewardsspace2{
	margin-top:16px;
}
.rewardssigninbox{
	margin:20px auto;
	text-align:center;
	border:1px solid #F6901E;
	background-color: #ffffea;
	width: 394px;
	font-weight:bold;
	padding-bottom:13px;
}
.rewardsorangeheader{
	font-weight:normal;
	color:white;
	background-color:#f6901e;
	text-align:left;
	line-height:24px;
	padding-left:10px;
	margin-bottom:11px;
}
.rewardssigninbox table{
	margin-top:14px;
	margin-bottom:10px;
	margin-right:auto;
	margin-left:auto;
}

#signupform .rewardssigninbox p.step {
	margin-top: 18px;
}

#signupform .rewardssigninbox p.step span.bigstep{
	font-size: 14px;
}

#signupform .rewardssigninbox table.step {
	margin-top: 0px;
}

#signupform .processingerror {
	color: red;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}

.rewardssigninbox p{
	margin:auto 10px;
}
.rewardssigninbox a{
	font-weight:normal;
}
.rewardsterms {
	margin:8px 0;
}
.rewardsterms2 {
	clear:both;
}	      
.rewardscoupon {
	font-size:16px;
	padding-top:20px;
}
#signupform p.pushdown {
	margin-top: 30px;
}

/* events */
.photocap{
	color:#898989;
	margin-left:10px;
}
#leftcolumn5{
	width: 340px;
	font-size:14px;
	line-height:22px;
	float:left;
}
#leftcolumn5 p {
	color:black;
}
#leftcolumn5 table{
	font-weight:bold;
	color:#f6901E;
}
#rightcolumn5{
	float:right;
	width:400px;
}
#rightcolumn5 img{
	margin-bottom:10px;
}
/* coupons */
#coupbg {
	background-image:url(/images/couponback.jpg);
}
.coup p {
	font-size:18px;
	text-align:center;
}
.dllink {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:8px;
	width:auto;
}
.dllink a {
	text-decoration:none;
}
.dllink a:hover {
	text-decoration:underline;
}
.dllink a img:hover {
	text-decoration:none;
}

/* main catering menu page */
.leftborder {
	border-left:1px solid #f6901e;
}
.rightborder {
	border-right:1px solid #f6901e;
}
.righttext3 {
	float:left;
	width:410px;
	padding-left:18px;
	margin-top:10px;
	font-size:16px;
}
.righttext3 a {
	text-decoration: none;
}
.righttext3 a:hover {
	text-decoration: underline;
}
.menulist{
	list-style-type:none;
	padding-left:0;
	width:200px;
}
#leftmenulist{
	float:left;
}
#rightmenulist{
	float:right;
}

/* catering menu pages */
.caterorder{
	text-align:right;
	float:right;
	width:345px;
	height:4em;
	padding-bottom:1px;
	padding-left:8px;
}
.sizes td{
	width:10em;
}
.prices{
	text-align:left;
	width:30em;
}
.caption {
	color:#F6901E;
	font-size: 11px;
	font-style:italic;
	margin:10px;
}
.itemheading{
	color:#F6901E;
	font-size:16px;
	padding-top:10px;
	margin-bottom:4px;
	padding-right:.5em;
}
.righttext1{
	float:right;
	width:520px;
	margin-right:30px;
	font-size:14px;
}
.lefttext1{
	float:left;
	width:520px;
	margin-left:18px;
	font-size:14px;
}
div#contentarea .lefttext1 {
	margin-left:0;
}
.lefttext1 img{
	margin-left:-18px;
}
div#contentarea .lefttext1 img {
	margin-left:0;
}
#pagecontent .lefttext1 p {
	color:black;
}

.rightpicture1{
	float:right;
	width:326px;
	font-size:14px;
}
.rightpicture1 img{
	float:right;
}
.rightpicture1 #warning{
	margin-right:18px;
}
#servingsize {
	text-align:left;
	font-size: 14px;
	border-bottom:1px solid #F6901E;
	margin:0 18px 0 18px;
	padding-bottom:10px;
	padding-top:1px;
}
#servingsize p{
	margin-left:4px;
}
#warning{
	font-size:11px;
	margin-top:10px;
}
#contentarea2 #pagetitle {
	margin-left:18px;
	margin-right:18px;
}
.lefttext2 {
	float:left;
	width:410px;
	margin-left:18px;
	margin-top:10px;
	margin-right:18px;
	font-size:14px;
}
.righttext2 {
	float:right;
	width:410px;
	margin-right:18px;
	margin-top:10px;
	font-size:14px;
}
.bottomimage{
	padding-top:8px;
	clear:both;
	text-align:center;
}
.prices1{
	width:396px;
	text-align:left;
	margin-top:4px;
}
.prices1 td{
	font-weight:bold;
}
.prices1 th{
	width:2em;
}
.prices2{
	width:396px;
	text-align:left;
	margin-top:4px;
}
.prices2 th{
	width:13em;
}
.prices2 td{
	font-weight:bold;
}
.cm3{
	margin-bottom:10px;
}
.righttext2 img {
	float:right;
	position:relative;
	margin-right:-18px;
}
.lefttext2 img {
	float:left;
	position:relative;
	margin-left:-18px;
}

/* Gift Card */
.selector {
	margin:6px auto;
	text-align:center;
	border:1px solid #F6901E;
	background-color: #ffffea;
	width:368px;
	height:78px;
}
.selector .or18px {
	/*text-align:left;*/
	margin:10px auto;
}

/* specific recipes */
.rechead {
	margin-top:14px;
}
.directions{
	margin-top:8px;
}
.ingredients{
	clear:left;
	margin-top:8px;
}
.ingredients ul{
	list-style-type:none;
	float:left;
	width:220px;
}
.ingredients br{
	clear:left;
}
.directions h1,
.ingredients h1 {
	font-size:14px;
}

/* Custom cakes page */
.smortxt{
	color:#f6901e;
}
.smortxt li{
	list-style:none;
}
.sttable th.inner{
	width:4em;
}

.inv24px{
	color:white;
	background-color:#f6901E;
	background-image:url('/images/giftback.gif');
	background-position:right;
	background-repeat:repeat-y;
	font-size:24px;
	padding:6px;
}

#cakerotate1{
	position:relative;
	left:-24px;
}
.cimage{
	position:absolute;
}
#cimage2, #cimage3, #cimage4, #cimage5, #cimage6, #cimage7, #cimage8, #cimage9{
	display:none;
}

/* Ksiazewski capitalization */
.ll {
	font-size:12px;
}
.ll2 {
	font-size:11px;
}
.ll3 {
	font-size:17px;
}
.ll4 {
	font-size:14px;
}
.ll5 {
	font-size:18px;
}

/* turkey page */
.turkeys #turkeyleft,
.turkeys #turkeyright {
	font-size: 12px;
	margin-top: 20px;
}
.turkeys #turkeyleft {
	float:left;
	width: 359px;
	border-right:1px solid #f6901e;
	padding-right:22px;
	margin-right:22px;
}
.turkeys #turkeyright {
	float: right;
	width: 349px;
}
.turkeys #turkeyleft span {
	color: #999;
}
.turkeys h3 {
	font: normal 14px Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;
	color: #8b3303;
	margin: 0;
}
#pagecontent.turkeys h2{
	font: normal normal 18px Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;
	color: black;
	margin-top: 3px;
}
#pagecontent.turkeys p{
	font-size: 12px;
	line-height: 22px;
	margin-top: 0;
	margin-bottom:0;
}
#pagecontent.turkeys .itemheading{
	font: 16px Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;
	margin: 9px 0 2px;
}
#pagecontent.turkeys .marginbox{
	border: 1px solid #ccc;
	font-family:Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin-top: 114px;
	padding: 0px 3px 8px 9px;
}
#pagecontent.turkeys .marginbox h2{
	font-size: 18px;
	margin: 11px 0 3px;
}
#pagecontent.turkeys .turkeyitem{
	margin-bottom: 15px;
	line-height: 24px;
}
#pagecontent.turkeys .subitem{
	margin-bottom: 18px;
}
/* Miscellaneous Styles from Version 1 */
#pagetitle {
	font-family:Futura, Verdana, Arial, "Trebuchet MS", Tahoma, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	color:#f6901e;
	font-size:36px;
	line-height: 36px;
	margin-bottom: 12px;
}
h1#pagetitle {
	margin-top:0;
}
#eXTReMe{
	display: none;
}
/* Search and suggestions */
.ac_results {
	background-color:white;
	border:1px solid #F6901E;
	overflow:hidden;
	padding:0;
	z-index:20;
}
.ac_results ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}
.ac_results li {
	cursor: pointer;
	display:block;
	font-size:12px;
	margin:0;
	overflow:hidden;
	padding:2px 5px;
	vertical-align:middle;
	width:1
}
.ac_loading {
	background : Window url('images/indicator.gif') right center no-repeat;
}
.ac_over {
	background-color: #eeeeee;
}
.search #contentarea{
	width: 100%;
	clear: both;
}
.search .ygbg{
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	clear: both;
}
.searchdiv{
	text-align:center;
	width:20em;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #F6901E;
	background-color:#ffffea;
	padding:18px;
}
.resulttitle{
	font-size:18px;
	margin-top:18px;
}
.resulttitle a{
	text-decoration:none;
	padding-right:8px;
}
.resulttitle a:hover {
	text-decoration:underline;
}

/* The order in the back office got centered in V2 */
#orders {
	text-align: left;
}

/* 
Two-column, equal height
http://matthewjamestaylor.com/blog/equal-height-columns-2-column.htm
*/
#container2 {
	clear:left;
	float:left;
	overflow:hidden;
	width:100%;
}

#container1 {
	float:left;
	position:relative;
	right:50%;
	width:100%;
	border-right:1px solid #c1c1c1;
}

#col1 {
	float:left;
	overflow:hidden;
	position:relative;
	left:52%;
	width:46%;
}

#col2 {
	float:left;
	overflow:hidden;
	position:relative;
	left:56%;
	width:46%;
}

.payShipWrapper {
	margin-left:auto;
	margin-right:auto;
	padding:18px;	
	width:392px;
	border-bottom:1px solid #c1c1c1;
}

.nextStepButtonWrapper {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding:18px;	
	width:392px;
}

.payShipWrapper .payment_option {
	border-bottom:1px solid #c1c1c1;
	padding-bottom:10px;
	margin-bottom:20px;
}
	
.payShipWrapper h3 {
	font-size:16px;
	font-weight:normal;
}

.payShipWrapper .form_row {
	height:30px;
}

.payShipWrapper a {
	float:left;
	margin-left:10px;
	line-height:22px;
}
.payShipWrapper label {
	font-weight:bold;
	float:left;
	text-align:right;
	width:160px;
	padding-right:10px;
	line-height:22px;
	clear:left;
}

.payShipWrapper span.select_height, 
.payShipWrapper input {
	float:left;
}

.payShipWrapper fieldset {
	clear:both;
	padding:0;
	margin:0;
	border:none;
}

.payShipWrapper #add_wrapper {
	text-align:center;
}
.payShipWrapper #add_another {
	float:none;
}
