/*****************
Resets 
******************/

* { margin: 0; padding: 0; }
html { font-size: 100%; }
body { 
	font-size: 62.5%;
	font-family: arial;
	background: #F9F2F2 url("../images/bg/bg.jpg") 50% 0 no-repeat;
	color:#555849;
	border-top: 10px solid #F00B54;
}


/*****************
HTML
******************/

p, ul, ol {
	font-size: 1.2em;
	margin: 0 0 1.5em 0;
}

li ul, li ol, li p{
	font-size:1em;
}

p { line-height: 1.5em; }

select {
	vertical-align:middle;
}

select.multiselect option{ 
	padding:3px 4px; 
	border-bottom:1px solid #ddd; 
}

address { font-style:normal; margin-bottom:.5em; font-size:0.96em; }

ol{
	padding: 0 0 0 25px;
	margin:0 0 15px 0;
}

ol li{
	padding-left: 5px;	
	line-height: 1.5em;
	margin:0.5em 0 0.5em 0;
}

ul {
	list-style-type: none;
	padding: 0 0 0 1.4em;
	}
	ul li {
		padding-left: 25px;
		background: url("../images/bg/bullet.gif") 6px 0.5em no-repeat;
		line-height: 1.5em;
		margin-bottom: 0.2em;
	}
	ul.deep li { background-position: 16px 0.5em; padding-left: 35px; }

ul.alt_list {
	list-style-type: none;
	padding: 0;
	}
	ul.alt_list li {
		padding-left: 25px;
		background: url("../images/bg/bullet_pink.gif") 16px 0.5em no-repeat;
	}

a { color: #555849; text-decoration: none; }
	a:hover { color: #F00B54; }
a img { border: 0; }

strong { font-weight: bold; color: #F00B54; }

.hr { background: url("../images/bg/divider.gif"); height: 1px; overflow: hidden; margin-bottom: 25px; }
	.hr hr { display: none; }
	.hr.soft { background: url("../images/bg/divider-soft.gif"); }

.clear { clear: both; }
.left { float: left; }
.right { float: right; }
img.left { margin-right: 15px; }
img.right { margin-left: 15px; }
img.middle { vertical-align: middle; }
.imgcap { display: inline-block; margin-left: 15px; }


/*****************
Structure
******************/

#container {
	width: 940px;
	margin: 15px auto 0 auto;
	position: relative;
	padding-bottom: 30px;
}

#header {
	height: 150px; /* 100px */
}

#main {
	padding-bottom: 20px;
	height: 1%;
}

#support {
	width: 160px;
	padding: 94px 0 40px 0;
	float: left;
}

#content {
	padding: 30px 0 15px 0;
	float: right;
	width: 760px;
}

#footer {
	clear: both;
	padding-top: 20px;
	border-top: 1px solid #D6D3D2;
	background: url("../images/bg/divider.gif") 50% 4em no-repeat;
	overflow: hidden;
}

/* Product page */

#product_details {
	float: right;
	width: 490px;
}

#product_images {
	float: left;
	width: 240px;
	position:relative;
	top: -50px;
}

#product_images>img
{
	border:1px solid #CCCCCC;	
}

.pad {
	padding: 0 20px;
}

.feature_item{
	float:right;
	margin-left:10px;
}

.short_description
{
	font-size:1.6em;
}

#pod_branding img{
	display:block;
	margin-bottom:10px;

}

#review-form>fieldset
{
	padding-left:5px;	
}

/*****************
Headings
******************/

a#pod_logo {
	position: absolute;
	top: 5px; left: 18px;
}

h1 { text-transform: uppercase; font-size: 3em; margin-bottom: 15px; }
.sIFR-replaced { height: 1em; }
.sIFR-replaced .sIFR-alternate { display: none; }

h1#homeHeading { position: absolute; top: -999em; left: -999em; }
h1#prodHeading { padding-left: 267px; }

h2 { font-size: 2em; margin-bottom: 20px; }

h3 { font-size: 1.8em; font-weight: normal; margin-bottom: 5px; }

h4 { font-size: 1.2em; margin-bottom: 5px; }
h4 + ul { margin-top: 15px; }

h5 { font-size:1.1em; }

h6 { font-size:1em; }


#support h2 {
	background: url("../images/bg/headings_sm.gif");
	text-indent: -999em;
	height: 21px; overflow: hidden;
	margin-bottom: 10px;
	}
	#support_nav h2 { margin-bottom: 0; }
	#sup_shipping h2 { background-position: 0 -22px; }
	#sup_samples h2 { background-position: 0 -44px; }

#product_images h2 { margin: 10px 0; }

#footer h2 {
	font-size: 1.1em;
	text-transform: uppercase;
	width: 100%;
	text-align: center;
	background: url("../images/bg/double_stroke.gif") 0 100% repeat-x;
	padding-bottom: 1em;
}



/*****************
Tables
******************/

.data {
	border-bottom: 1px solid #DDDDDB;
	font-size: 1.2em;
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.data th, .data td {
	border-right: 1px solid #C9C6C4;
	border-bottom: 1px solid #C9C6C4;
	padding: 10px;
	vertical-align: top;
}

.data th {
	background: #E5E2DF;
}

.data td {
	background: #fff;
	color: #85877A;
}

#resources ol{
	padding:0 0 0 5px;
	margin:0;
}

#resources li{
	font-size:0.8em;
	padding:0 0 0 0;
	margin:0 0 5px 0;
	line-height:1.2em;
	background:none;
}

#resources ul{
	padding:0 0 0 5px;
	margin:0;
	list-style:none;
}

/*****************
Buttons
******************/

.btn {
	background: url("../images/buttons/buttons.gif");
	display: block;
	float: left;
	height: 32px;
	text-indent: -999em;
}

.btn_add { width: 53px; }
.btn_add:hover { background-position: 0 bottom; }
.btn_addtocart { background-position: -62px 0; width: 112px; margin-left: 26px; }
.btn_addtocart:hover { background-position: -62px bottom; }

#skip { position: absolute; top: -999em; left: -999em; }

.button, .button span {
	background: url("../images/buttons/btn-regular.gif");
	float: right;
	height: 32px; line-height: 32px;
	font-size: 13px; color: #fff;
	padding: 0 0 0 15px;
	display:inline;
	cursor:pointer;
}

.button span { 
	background-position: right 0;
	padding: 0 15px 0 0;
}
.button:hover { background-position: 0 -32px; }
.button:hover span { background-position: right -32px; }


.button_lrg, .button_lrg span {
	background: url("../images/buttons/btn-large.gif");
	float: right;
	height: 40px; line-height: 40px;
	font-size: 15px; color: #fff;
	padding: 0 0 0 20px;
}
.button_lrg span { 
	background-position: right 0;
	padding: 0 20px 0 0;
}
.button_lrg:hover { background-position: 0 -40px; }
.button_lrg:hover span { background-position: right -40px; }

/*****************
General Styling 
******************/

.asterisk {
	margin-top: -40px;
	text-align: right;
	color: #F00B54;
	font-style: italic;
}

#home_banner, #home_banner div {
	height: 400px;
	position: relative;
	margin-bottom: 30px;
	}
	#home_banner div {
		width: 822px;
		background: url("../images/common/home_banner2.png") right top no-repeat;
		text-indent: -999em;
		position: absolute;
		top: -10px; left: -60px;
		z-index: 1;
	}
	#home_banner a#feature_product {
		position: absolute;
		top: -2px; left: 9px;
		z-index: 2;
	}

#phone_line {
	float: right;
	padding-right: 22px;
	font-size: 1.35em;
}

/* Sidebar items */

#support_nav, #sup_shipping, #sup_samples { margin-bottom: 40px; }
#sup_shipping { border-bottom: 1px solid #D6D3D2; }
	#sup_shipping ul { margin-bottom: 10px; }

#sup_samples {
	text-align: center;
	border-bottom: 1px solid #D6D3D2;
	}
	#sup_samples em { font-size: 0.9em; }

#naturallyfriendly { display: block; margin: 30px auto 0 auto; }

#climatefriendly { display: block; margin:auto; }

/* Coda Slider Effect / Product Lineup */

.product_lineup {
	width: 750px; height: 180px;
	margin: 0 auto;
	position: relative;
	}
	.scroll {
		width: 750px;
		height: 220px;
		overflow: auto;
		position: relative; /* fix for IE to respect overflow */
		clear: left;
		}
		.scroll_container div.panel {
			padding-left: 35px;
			height: 220px;
			width: 699px;
			overflow: hidden;
		}
		

.scroll_button {
	display: block;
	background: url("../images/buttons/product_lineup_nav.gif");
	width: 18px; height: 24px;
	text-indent: -999em; overflow: hidden;
	position: absolute; top: 55px;
	z-index: 2;
	}
	.scroll_button:focus { outline: 0; }
	.scroll_button.scr_left { left: 7px; }
	.scroll_button.scr_right { right: 6px; background-position: -21px 0; }


.product_lineup .product {
	display: block;
	float: left;
	padding: 0 20px;
	background: url("../images/bg/product_lineup_divider.gif") 100% 50% no-repeat;	
	position:relative;
	}

	.product_lineup .product IMG{
		border:1px solid #bdbdbc;
	}
	.product_lineup .product .prod_name {
		display: block;
		font-size: 1.3em;
		text-align: center;
	}
	.product_lineup .product .prod_desc {
		background: url("../images/bg/bullet_pink_big.gif");
		width: 7px; height: 7px;
		display: none;
		position: absolute;
		left: 50%; bottom: -17px; _bottom: -19px;
		text-indent: -999em;
		overflow: hidden;
	}
	.pad .product_lineup { width: 700px; overflow: hidden; }
	.pad .scroll_container div.panel { padding-left: 15px; }
	.pad .scroll { width: 720px; }
	
.product_description {
	background: #E2DEDB;
	padding: 14px;
	font-size: 1.2em;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: -10px 0 30px 0;
	display: none;
}


/* Homepage hotspots */

.hotspots { overflow: hidden; margin-bottom: 30px; }
.hotspot { float: left; display: inline; }
.hs_1 {	width: 340px; margin: 0 20px 0 20px; }
.hs_2 {	width: 340px; margin:0 10px 0 20px; }
	.hotspots img { float: right; padding-left: 30px; }
	.hotspots .ad_section { float: right; padding-left: 20px; }
.hotspot em { font-family: Times, "Times New Roman", serif; font-size: 1.2em; }
.hotspot p.byline { text-align: right; }
	.hotspot p.byline i { display:block; }
	.hotspot p.byline strong em { font-family: arial; font-size: 1em; }
.hotspot h3 { margin-bottom: 20px; }
	

/* Product Page */
.s-product .quote { font-family: Times, "Times New Roman", serif; font-size: 1.5em; margin: 0; }

.split_block {
	overflow: hidden;
	position: relative;
	padding-bottom: 25px;
}
.split_block .more_link {
	position: absolute;
	top: 7px; right: 0px;
	font-size: 1.2em; font-style: italic;
}
.split_block h2 { margin-bottom: 15px; }
.split_sup {
	text-align: right; 
	width: 120px;
}
.split_sup p { line-height: 1.2em;padding-top: 3px; }
.split_sup i { font-size: 0.9em; }

.split_content {
	float: right;
	display: inline;
	width: 350px;
	border-left: 1px solid #D6D3D2;
	padding-left: 15px;
}

#shopping_bag {	position:relative; height: 72px; margin-top:15px; margin-bottom:20px; }
#shopping_bag_bg {
	background: url("../images/bg/shopping_bag.png");
	width: 501px; height: 72px;
	position: absolute;
	top: 0px; left: 0px;
}
#shopping_bag_content {
	position: absolute; top: 0px; left: 0px;
	font-size: 1.2em;
	width: 501px;
	padding-top: 15px;
	line-height: 2em;
}

#shopping_bag h2 {
	position: absolute;
	top: 2px; right: 0px;
	width: 230px;
	font-size:1.6em;
	margin-bottom:0px;
}

#shopping_bag .detail {
	float: left;
	width: 200px;
	padding-left: 20px;
}

#shopping_bag .cart {
	float: right;
	width: 225px;
	margin-top:14px;
}
#shopping_bag .cart input { 
	width: 30px; height: 21px;
	border: 1px solid #ccc;
	padding: 6px; 
	vertical-align: top;
	font-size: 1.4em;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	text-align: center;
	margin-left: 10px;
}
#shopping_bag .cart a.btn { 
	position: absolute;
	top: 30px; right: 50px;
}

/* Category Page */
.display_options {	
	background: #E2DEDB;
	padding: 14px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0 0 20px 0;
}
.display_options p { margin: 0; }
.display_options .ordering { float: right; }
.product_listing { overflow: hidden; position: relative; height: 1%;}
.product_listing .item { 
	float: left; 
	margin-top: 15px; 
	border-bottom: 1px solid #ccc; 
	width: 163px; overflow: hidden;
	position: relative; bottom: -1px;
	text-align:center;
	padding-bottom:20px;
}
.product_listing .item.last .product { background: none; }
.product_listing .product {	display:block; background:url("../images/bg/product_lineup_divider.gif") 100% 37% no-repeat; }
	.product_listing .prod_name { margin-bottom: 0; font-size: 1.3em; display:block;}
	.product_listing .prices { text-align: center; }
		.product_listing .price { font-size: 1.3em; font-weight: bold; color: #F00B54; }
		.product_listing .old-price { font-size: 1.1em; text-decoration:line-through; }
	.product_listing a.btn { display: inline; }
	.product_listing p.addtocompare { 
		clear:both; 
		font-size: 1.2em; 
		padding-top: 5px; 
		text-align: center;
		float: left;
		width: 163px;
	}
		.product_listing p.addtocompare a { color: #a6a6a6; border-bottom: 1px dotted #ccc; }
		.product_listing p.addtocompare a:hover { color: #F00B54; border-bottom: 1px solid #F00B54;}


/* Photo Gallery */
#gallery a {
	float: left;
	display: block;
	position: relative;
	width: 66px; height: 66px;
	margin: 0 0 5px 0;
}
#gallery a:hover {
	border-bottom: 5px solid #F00B54;
	margin: 0px;
}
#gallery a img { display: block; }

#product_images p { clear: both; font-size: 1.1em; }

#legality{
	text-align:right;
	display:block;
	padding:20px 17px 0 20px;
}


/** New Store Finder **/

#map_wrapper { position: relative; height: 452px; }
#state-select, #state-select-map {
	width: 437px;
	height: 412px;
	position: absolute;
	top: 0px; left: 110px;
}
#state-select-map {
	background: url("../images/map/australia-map.png");
	_background:none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, src='../images/map/australia-map.png');
}

#state-select a {
	display: block;
	position: absolute;
	text-indent: -999em;
	overflow: hidden;
	}
	#state-select a#st_act { width: 14px; height: 15px; top: 292px; right: 50px; z-index: 7; }
		#state-select a#st_act:hover { background: url("../images/map/over_act.gif") 3px 7px no-repeat; }
		#state-select.act a#st_act { background: url("../images/map/on_act.gif") 3px 7px no-repeat !important; }

	#state-select a#st_nsw { width: 126px; height: 105px; top: 221px; right: 19px; }
		#state-select a#st_nsw:hover { background: url("../images/map/over_nsw.gif") -1px 2px no-repeat; }
		#state-select.nsw a#st_nsw { background: url("../images/map/on_nsw.gif") -1px 2px no-repeat !important; }

	#state-select a#st_nt { width: 103px; height: 172px; top: 15px; right: 172px; }
		#state-select a#st_nt:hover { background: url("../images/map/over_nt.gif") -1px -4px no-repeat; }
		#state-select.nt a#st_nt { background: url("../images/map/on_nt.gif") -1px -4px no-repeat !important; }

	#state-select a#st_qld { width: 162px; height: 220px; top: 9px; right: 9px; }
		#state-select a#st_qld:hover { background: url("../images/map/over_qld.gif") -1px -3px no-repeat; }
		#state-select.qld a#st_qld { background: url("../images/map/on_qld.gif") -1px -3px !important; }

	#state-select a#st_sa { width: 132px; height: 134px; top: 187px; right: 145px; }
		#state-select a#st_sa:hover { background: url("../images/map/over_sa.gif") 1px 0px no-repeat; }
		#state-select.sa a#st_sa { background: url("../images/map/on_sa.gif") 1px 0px no-repeat !important; }


	#state-select a#st_tas { width: 44px; height: 50px; bottom: 8px; right: 72px; }
		#state-select a#st_tas:hover { background: url("../images/map/over_tas.gif") -7px -4px no-repeat; }
		#state-select.tas a#st_tas { background: url("../images/map/on_tas.gif") -7px -4px no-repeat !important; }

	#state-select a#st_vic { width: 99px; height: 75px; bottom: 64px; right: 47px; }
		#state-select a#st_vic:hover { background: url("../images/map/over_vic.gif") 0px -1px no-repeat; }
		#state-select.vic a#st_vic { background: url("../images/map/on_vic.gif") 0px -1px no-repeat !important; }

	#state-select a#st_wa { width: 154px; height: 268px; top: 43px; left: 8px; }
		#state-select a#st_wa:hover { background: url("../images/map/over_wa.gif") -2px -1px no-repeat; }
		#state-select.wa a#st_wa { background: url("../images/map/on_wa.gif") -2px -1px no-repeat !important; }
		
#stockistbutton, .bellme_button { position:absolute;top:40px;left:550px; }			
#clickstate { position:absolute;top:80px;left:550px; }		