/* 	-------------------------------------------------------------- 

	chef.com.au Custom CSS
		-> Extends Blueprint CSS base templates
		-> Add all custom CSS here to avoid issues when upgrading base template files
	
	Standard Colours:
		orange		#FF6A00
		lt grey bg	#F1F1F1
		page bg		#e8e8e8
		page border #cbcbcb

	-------------------------------------------------------------- */

	body					{ margin-top: 18px; background-color: #e8e8e8; /*background: #e8e8e8 url(/img/common/bg_page.jpg) repeat-x fixed top left;*/ }
	.container				{ background-color: #fff; border: 1px solid #cbcbcb; padding-bottom: 36px; }

	h1,h2,h3,h4,h5,h6		{ color: #000; }

	h1						{ font-size: 2em; line-height: 1.5; margin-bottom: 0.75em; }
	h1						{ font-size: 2em; line-height: 2.25; margin-bottom: 0em; }
	h2						{ font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
	h3						{ font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
	h4						{ font-size: 1em; font-weight: bold; margin-bottom: 1.7em; line-height: 1.55; }

	p, li					{ color: #333; }
	.span-15 p, .span-4 p	{ margin-right: 10px; }

	select 					{ margin: 0; border: 1px solid #999; }
	
	.small					{ font-size: 10px; line-height: 18px; }
	.error					{ margin: 0; padding: 0; border: none; background: #fff; color: #C00; }

	a:link					{ color: #FF6A00; text-decoration: none; }
	a:visited				{ color: #FF6A00; text-decoration: none; }
	a:hover					{ text-decoration: underline; }

/* 	-------------------------------------------------------------- 
		Content Styles
	-------------------------------------------------------------- */

	#header					{ height: 162px; background: #fff url(/img/common/header-000.jpg) no-repeat scroll top left; }
	body#home #header		{ height: 414px; }
	.top-cart,
	.top-search				{ /*background: transparent url(/img/common/overlay.png) repeat scroll top left;*/ border-top: 4px solid #FF6A00; float: left; height: 54px; width: 120px; margin-left: 4px; padding: 2px 0 0 5px; }
	.top-search				{ float: right; width: 240px; }
	.top-cart p,
	.top-search p			{ margin: 0; }
	.top-search form		{ margin-top: 4px; }
	.top-cart p.small strong { width: 70px; display: block; float: left; }
	.top-cart p.small		{ color: #fff; }
	.top-cart a				{ font-size: 9px; color: #fff; text-decoration: none; }
	.top-cart a:hover 		{ color: #FF6A00; }
	
	body#prod h3			{ color: #000; font-weight: bold; }
	input.inpsml			{ margin: 0; font-size: 9px; border: 1px solid #999; padding: 2px; }
	table.cartTable	td		{ margin: 0; padding: 0; }
	tr.altrow				{ background-color: #efefef; }
	.cartShow				{ font-size: 10px; color: #666; text-decoration: none; }
	img.prod-image			{ float: right; margin-left: 20px; }
	p.opt strong			{ width: 60px; display: block; float: left; text-align: right; padding-right: 10px; }
	p.special				{ font-weight: bold; }
	.intro					{ margin-right: 25px; padding-left: 120px; background: #fff url(/img/common/icon_info.gif) no-repeat scroll 30px 0px; min-height: 72px; }
	body#content .span-15 p	{ margin-right: 60px; }
	body#home h2			{ border-top: 4px solid #FF6A00; padding-top: 4px; margin-top: 10px; }
	body#prod .span-4 h3	{ border-top: 4px solid #FF6A00; padding-top: 13px; margin-top: 10px; }
	.specprice				{ text-decoration: line-through; color: red; }
	.attn					{ background-color: #FF6A00; padding-left: 5px; padding-bottom: 1px; margin-bottom: 18px; }
	.attn h3				{ color: #fff !important; border: 0 !important; margin-top: 0 !important; padding-top: 18px !important; }
	.attn p,
	.attn a					{ color: #000; }
	.attn a					{ text-decoration: underline; }
	hr						{ clear: both; color: #cfcfcf; height: 1px; border: 0; background-color:  #cfcfcf; width: 565px; }
	.tagline				{ text-align: center; margin-top: 9px; color: #666; }
	.freebie 				{ background: #fff url(/images/prod/sml/20052_sml.jpg) no-repeat scroll right 15px; }
	

/* 	-------------------------------------------------------------- 
		Navigation / Link Styles
	-------------------------------------------------------------- */

	#header ul				{ margin: 0; padding: 0; border-top: 4px solid #FF6A00; float: left; width: 372px; }
	#header ul li			{ list-style-type: none; float: left; padding: 2px 10px; }
	#header ul li a			{ color: #fff; text-decoration: none; }
	#header ul li a:hover	{ color: #FF6A00; }
	#header ul li a.selected{ color: #FF6A00; }

	ul#menuCat				{ margin: 0; padding: 0 0 0 0px; }
	ul#menuCat li ol 		{ margin: 0; padding: 0 0 0 5px; }
	ul#menuCat li			{ list-style-type: none; border-bottom: 1px solid #D8D8D8; width: 165px; padding-left: 10px; line-height: 17px; }
	ul#menuCat li li		{ border: 0; line-height: 18px; }
	ul#menuCat li a			{ text-decoration: none; color: #333; }
	ul#menuCat a:hover		{ text-decoration: none; color: #FF6A00; }
	ul#menuCat .on			{ font-weight: bold; color: #000; }
	ul#menuCat .catsel		{ background-color: #FF6A00; display: block; margin-left: -10px; padding-left: 10px; color: #fff; margin-right: 0px; }
	ul#menuCat a.catsel:hover { color: #fff; }

	.paging 				{ clear: both; margin-top: 18px; }
	.paging a,
	.paging strong 			{ padding: 4px 0; width: 30px; text-align: center; margin: 18px 6px 0 0; border: 1px solid #e8e8e8; background-color: #e8e8e8; text-decoration: none; float: left; }
	.paging strong 			{ background-color: #cbcbcb; }
	
	a.linksdir				{ font-weight: bold; color: #FF6A00; text-decoration: none; }

	.submitLink 			{ font-size: 9px; color: #FF6A00; text-decoration: none; background-color: transparent; border: none; cursor: pointer; cursor: hand; }

/* 	-------------------------------------------------------------- 
		Form / Data Styles
	-------------------------------------------------------------- */


	div.form-container form p.note { margin-left: 100px; font-size: 90%; color: #333; }
	div.form-container form fieldset { border: #cbcbcb 1px solid; }
	div.form-container form legend {  color: #FF8000; }
	div.form-container form div { padding: 0.25em; }
	div.form-container form fieldset div { padding: 0.25em; }
	div.form-container label, 
	div.form-container span.label { color: #666; margin-right: 10px; padding-right: 10px; width: 80px; display: block; float: left; text-align: right; position: relative; font-weight: normal; padding-top: 2px; }
	div.form-container label.error, 
	div.form-container span.error { color: #C00; }
	div.form-container label em, 
	div.form-container span.label em { position: absolute; right: 0; font-size: 120%; font-style: normal; color: #C00; }
	div.form-container input.error { border-color: #C00; background-color: #FEF; }
	div.form-container input:focus,
	div.form-container input.error:focus, 
	div.form-container textarea:focus {	background-color: #FFEDCB; border-color: #FC6; outline: none; }
	div.form-container div.controlset label, 
	div.form-container div.controlset input { display: inline; float: none; }
	div.form-container div.controlset div { margin-left: 100px; }
	div.form-container div.buttonrow { margin-left: 110px; }
	div.form-container .il div { float: left; }
	div.form-container .il div label { width: 50px; margin: 0; }
	textarea.inp,
	input.inp { font: normal normal normal 11px/14px Arial, Verdana, sans-serif; padding: 2px; color: #191919; border: 1px solid #CCC; }
	input.searchinp { font: normal normal normal 11px/14px Arial, Verdana, sans-serif; padding: 1px; color: #191919; border: 1px solid #CCC; }
	input.searchinp:focus { background-color: #FFEDCB; outline: none; }

	.editrow img { margin: 2px 5px 0 0; }
	.altrow { background-color: #ebebeb; }

/*
-------------------------------------------------------- 
	LIGHT BOX STYLES
--------------------------------------------------------
*/

	#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
	#lightbox img{ width: auto; height: auto;}
	#lightbox a img{ border: none; }
	#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
	#imageContainer{ padding: 10px; }
	#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
	#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
	#imageContainer>#hoverNav{ left: 0;}
	#hoverNav a{ outline: none;}
	#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(/img/common/img.gif); /* Trick IE into showing hover */ display: block; }
	#prevLink { left: 0; float: left;}
	#nextLink { right: 0; float: right;}
	#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
	#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
	#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }
	#imageData{	padding:0 10px; color: #666; }
	#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
	#imageData #caption{ font-weight: bold;	}
	#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
	#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	
	#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

	/* custom lightbox options */

	#lightbox img { margin: 0; }
	#prevLink:hover, #prevLink:visited:hover { background-image: url(/img/_lightbox/prevlabel.gif); }
	#nextLink:hover, #nextLink:visited:hover { background-image: url(/img/_lightbox/nextlabel.gif); }
	#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; color: #666; margin: 0 auto; line-height: 1.4em; }
	#imageData{ padding: 0 10px; color: #666; }
	#imageData #imageDetails{ padding-bottom: 1em; }	
	#imageData #numberDisplay{ padding-top: 0.5em; }			

