
/*<style>*/ //this is just so we cna use Dreamweaver to edit the css

#notatag
{
	background:#0CF;
}

/* Makeshift CSS Reset */
*
{
	margin: 0;
	padding: 0;
	border:none;
	font-size:12px;
	line-height:1.65em;
	z-index:1;
}

/* Tell the browser to render HTML 5 elements as block */
header, footer, aside, nav, article {
	display: block;
}

h1
{
	font-size:1.35em;	
}

h2
{
	font-size:1.3em;	
}

h3
{
	font-size:1.25em;	
}

h4
{
	font-size:1.2em;	
}

h5
{
	font-size:1.15em;	
}

p,h1,h2,h3,h4,h5,h6
{
	padding-bottom:.5em;
	padding-top:.5em;
}

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

strong
{
font-weight: bold;
}

#page .entry-content ol li
{
margin-left: 10px;
list-style-position: inside;
list-style: decimal;
}


#page .entry-content ul li
{
margin-left: 10px;
list-style-position: inside;
list-style:circle;
}

#page .entry-content ol, #page .entry-content ul
{
padding: 10px;
}

#page .entry-content blockquote
{
padding:20px;
}


#page .entry-content blockquote:before {
    content: '\201C';
font-family: "Times New Roman";
position: absolute;
font-size: 50px;
margin-left: -25px;
color:#000000;
}

body, page, html
{
	background:#BEDFEC;
	margin:0;
	padding:0;
	color:#7d7d7d;
	font-family:Helvetica, Arial, sans-serif;
	width:100%;
	height:auto;
	min-width:100%;
	min-height:100%;
}

body
{
	background:url('http://waterlyn.supplierhaven.com.au/files/2010/07/Stripe-500pxl.jpg') repeat top left;
}

h1,h2.h3,h4,h5,h6
{
	color:#000000;
	line-height: 1.2em;
	font-weight: bold;
}

input[type='text'], input[type='password'],input[type='button'],input[type='submit'], textarea
{
	border:1px #CCC solid;
	height:22px;
	line-height:20px;
	font-size:14px;
	padding:0;
	margin:0;
}

textarea
{
	height:200px;	
}


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

a:hover
{
	color:#040404;
}

#page
{
	margin:0 auto;
	width:954px;
	background:#FFF   no-repeat top left;
	//overflow:hidden;
	//min-height:90%;
	display:block;
	-moz-box-shadow:0px 3px 5px #AAA;
	-webkit-box-shadow:0px 3px 5px #AAA;
	box-shadow:0px 3px 5px #AAA;
	padding: 0px 3px 3px 3px;
}

#banner
{
	width:960px;
	height:130px;
	background:#FFF transparent;
	margin:0 auto;
	padding:0;
}

#banner h1, #banner h1 a
{
	width:700px;
	max-width:700px;
	display:inline-block;
	height:130px;
	padding:0;
	margin:0;
}

#top-right
{
	display:inline-block;
	float:right;
	margin-right:10px;
	width:220px;
}

#top-right .loginoptions
{
	text-align:right;
	margin-bottom:-8px;
}

#top-right .loginoptions .button
{
	display:inline-block;
	padding:3px;
	border-right:#EEE 1px solid;
	text-align:center;
	height:10px;
	line-height:10px;
	font-size:10px;
}

#top-right .loginoptions .button:last-child
{
	border-right:none;
}

.cartdetails
{
	display:inline-block;
	float:right;
	width:200px;
	text-align:right;
	vertical-align:middle;
}

.itemcount
{
	text-align:center;
}

.cartdetails div
{
	text-align:center;
	padding:5px 5px 0px 0px;
	display:inline-block;
	vertical-align:bottom;
	width:auto;
	vertical-align:middle;
	line-height:.3em;
}


.cartdetails div a
{
	display:inline-block;
	vertical-align:bottom;
	font-size:.9em;
	width:60px;
	vertical-align:middle;
	text-align:center;
}

.cartdetails div a:hover
{
color:#000;
}
.cartdetails .carticon, .cartdetails .carticon a, .cartdetails .carticon_div
{
	width:auto;
}

.cartdetails .carticon_div
{
	background:url(../images/cart%20tr.png) no-repeat left center;
	padding-left:25px;	
}

.sitetitle
{
	text-indent:-9999999px;
	display:none;
}

#searchform
{
	display:inline-block;
	float:right;
	width:220px;
	max-width:220px;
	min-width:220px;
	padding-top:10px;
	text-align:right;
}

#searchform label
{
	display:none;
}

#searchsubmit
{
	text-indent:-999999px;
	height:20px;
	width:30px;
	background:transparent;
	line-height:20px;
	max-height:20px;
	padding:0px;
	margin:0px;
	margin-left:-30px;
	border:none;
}

#searchform #s
{
	background:url(../images/Search.png) center right #FFF no-repeat;
	line-height:20px;
	max-height:20px;
	height:20px;
	padding:0px;
	margin:0px;
	width:142px;
	font-size:12px;
	margin-right:-4px;
}

nav
{
	background:#BEDFEC;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 90%, from(#BEDFEC), to(#BEDFEC), color-stop(.10,#BEDFEC));
	background-image: -moz-linear-gradient(90deg,#BEDFEC, #BEDFEC);
	padding-left:10px;
	line-height:2.2em;
	text-align:left;
	vertical-align:middle;
	padding-top:0;
	margin-top:-6px;
	width:950px;
	margin-left:-3px;
}

nav a
{
	color:#707070;
	line-height:2.2em;
	display:inline-block;
	width:auto;
	text-align:left;
	vertical-align:middle;
}


nav .menu a:hover
{
	color:#fff;
}

nav li
{
	list-style:none;
	display:inline-block;
	width:auto;
	margin-right:40px;
	line-height:2.2em;
	text-align:center;
}

nav .current_page_item
{
	display:inline-block;
}

nav .current_page_item a
{
	font-weight:bold;
	vertical-align:middle;
}

nav .menu
{
	display:inline-block;
	vertical-align:middle;
}

nav #searchform
{
	display:inline-block;
	float:right;
	line-height:2.2em;
	height:2.2em;
	vertical-align:middle;
}

nav #searchform div
{
	display:inline-block;
	line-height:2.2em;
	height:2.2em;
	vertical-align:middle;
}


#subnav
{
width: 660px;
float: right;
background: none;
margin-top: 10px;
}

#subnav a
{
	color:#707070;
}


#content
{
	width:700px;
	float:left;
	margin-left:5px;
	margin-right:5px;
}

#content *
{
	max-width:700px;
}


.page-entry-title
{
	display:none;
}

#sidebar
{
	width:220px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:5px;
	padding-top:5px;
	-moz-border-radius:5px;
	clear:both;
}

#sidebar *
{
	max-width:220px;
}

#sidebar ul .cat-item
{
	background:#BEDFEC;
	font-weight:bold;
	text-transform:uppercase;
	line-height:25px;
	min-height:25px;
	text-indent:.3em;
	vertical-align:middle;
	border-bottom:1px solid #FFF;
}


.cat-item a
{
	max-width:160px;
	display:inline-block;
	text-align:left;
	clear:both;
	color:#707070;
}



#sidebar li .cat-item
{
	text-indent:.7em;
	text-transform:none;
	
}

#sidebar .children  li a
{
	color:#CCCC;
}

#sidebar .children li
{
	text-indent:1em;
	background:#BEDFEC;
	color:#AAA;
	font-weight:normal;
	border-bottom:#CCC solid 1px;
}

#sidebar ul li.cat-item .count
{
	display:none;
}

#sidebar ul li.cat-item li .count
{
	display:block;
}

ul li .children li
{
	display:none;
}

#sidebar .current-cat li, #sidebar .current-cat-parent li
{
	display:block;
}

.count
{
	float:right;
	max-width:40px;
	font-weight:normal;
	padding-right:5px;
}



#posts-list li
{
	list-style:none;
	margin:0;
	padding:0;
	text-indent:0;
}

footer
{
	clear:both;
}

#page .productgrid
{
	background:#BEDFEC;
	width:660px;
	display:block;
	overflow:hidden;
	padding:20px;
	}

.product
{
	display:inline-block;
	width:200px;
	float:left;
	margin-right:25px;
	margin-bottom:20px;
	border:#EEEEEE solid 1px;
	border-bottom:#CCC solid 1px;
	background:#fff;
}



.product:nth-child(3n)
{
	margin-right:0px;
}
.product .image
{
	height:144px;
	width:144px;
	max-height:144px;
	max-width:144px;
	margin:auto auto;
	vertical-align:middle;
	line-height:144px;
	text-align:center;
	padding:28px;
	background:#BFBFBF url(../images/design.png) center no-repeat;
}

#content .product .image a img, #content .product .image a
{
	margin:auto auto;
	max-height:144px;
	max-width:144px;
	vertical-align:middle;
}

.product .name
{
	border-bottom:solid #CCC 1px;
	display:block;
	height:45px;
	min-height:45px;
	max-height:45px;
	overflow:hidden;
	padding-top:4px;
	font-size:12px;
}

.product .name a
{
	color:#000;
	font-weight:bold;
	font-size:12px;
}

.product .name a:hover
{
	color:#CCCC;
	font-weight:bold;
}

.product .status
{
	font-size:10px;
	width:auto;
	display:inline-block;
	float:left;
}


.product .details a
{
	font-size:10px;
	float:right;
	display:inline-block;
	margin-top:4px;
	padding-right:5px;
}


.product .price
{
	font-size:11px;
}

footer
{
	padding-top:2em;
	margin-left:10px;
	margin-right:10px;
	width:940px;
	clear:both;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}


.block
{
display: block;
}

.navigation a
{
	font-size:2em;
}

#content
{
padding-top:10px;
margin-top:0px;
}


#cart table
{
	border:#000 solid 1px;
	padding:1px;
	width:100%;
}

 #cart .toprow
{
	border-top:#000 solid 1px;
	padding:1px;
}

#cart .th-product,#cart .th-price, #cart .th-total
{
	background:#CCC;
}

#cart .th-qty,#cart .th-disc
{
	background:#AAA;
}

#cart th
{
	font-weight:bold;
	text-align:center;
	color:#000;
	padding:3px;
}

#cart .th-product
{
	text-align:left;
}

#cart .rs5
{
	padding:3px;
	border-right:#CCC solid 1px;
}

#cart .tr-total
{
	padding:3px;
	border-right:#000 solid 1px;
}

#cart .tr-qty
{
	padding:3px;
	border-right:#CCC solid 1px;
	border-left:#CCC solid 1px;
}

#cart .tr-qty, #cart .tr-price, #cart .tr-total, #cart .tr-disc, #cart .tr-qty *
{
	text-align:center;
	vertical-align:middle;
}

#cart .tr-qty input
{
	width:38px;
	height:15px;
	display:block;
	text-align:center;
	vertical-align:middle;
	border:#CCC solid 1px;
	padding:2px;
	margin:3px;
	display:block;
	padding-top:0px;
	padding-bottom:0px;
}

#cart .tr-qty .submit
{
	width:45px;
	height:20px;
	font-size:9px;
	display:block;
	padding:0px;
	padding-left:2px;
	padding-right:2px;
}

.cartimage
{
	height:60px;
	width:60px;
	text-align:center;
	vertical-align:middle;
	border-right:#CCC solid 1px;
	padding:3px;
}

.cartimage img
{
	max-height:60px;
	max-width:60px;
	text-align:center;
	vertical-align:middle;
}

#cart p
{
	text-align:right;
	padding:0;
	margin:0;
}

#cart .bottomrow, #cart .bottomrow td
{
	border-top:#000 solid 1px;
	color:#000;
	padding:3px;
}

#cart .carttotalprice
{
	font-weight:bold;	
	background:#CCC;
}

#cart .carttotal
{
	background:#AAA;
	color:#000;
	border:0;
	padding:0;
	margin:0;	
	text-align:right;
	text-align:right;
}

#cart .tdstatus
{
	text-align:right;
}

.entry-content .checkout
{
	background:#F90;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F90), to(#FB0), color-stop(.6,#F90));
	background-image: -moz-linear-gradient(19% 75% 90deg,#F90, #FB0, #F90 100%);
	color:#FFF;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	padding:3px;
	display:inline-block;
	width:100px;
	border:#FFF 2px solid;
	-moz-box-shadow:0px 0px 4px #AAA;
	-webkit-box-shadow:0px 0px 4px #AAA;
	box-shadow:0px 0px 4px #AAA;
	float:right;
	padding-top:4px;
	padding-bottom:2px;
	margin-top:-20px;
}

#sidebar .productgrid *
{
	max-width:200px;
	background:transparent;
	border-left:none;
	border-right:none;
}

#sidebar .productgrid
{
	max-width:200px;
	padding:10px;
	margin:0 auto;
	background:transparent;
}

#sidebar h3
{
	color:#5C6E72;
	padding:5px 5px 0 5px;

	margin-top:10px;

	font-size:1.2em;
	line-height:1em;
	margin-bottom:-5px;
}

#underthefold .bigcats ul li
{
	float:left;
	display:inline-block;
	width: 210px;	
}

#paymentnotes
{
	clear: right;
	float: right;
	display: inline-block;
	width:410px;
	text-align: right;
}

#paymentnotes, #paymentnotes *
{
	font-size: 10px;
}


footer
{
	width:960px;
	padding:10px;
	margin:0 auto;
}

#bottomlinks
{
	clear:left;
	vertical-align: bottom;
}

#bottomlinks li
{
	display:inline;
	border-right:1px solid #AAA;
	padding-right:1em;
	padding-left:.6em;
	vertical-align: bottom;
}

#bottomlinks li:last-child
{
	border-right:none;
}

p:first-child
{
	padding-top:0px;
}

#bottomlinks ul
{
	display:inline-block;
	vertical-align: bottom;
}

footer .powered
{
	float:right;
}

article .news-title a
{
	font-size:18px;
}

#sidebar .product .name , #sidebar.product .name *
{
height: auto;
min-height:0;
max-height: auto;
}

#sidebar .product .name a, #sidebar .product .name a:hover
{
font-size:1em;	
}

.design, .design a
{
	font-size:1em;
}

#bottomlinks
{
clear:left;	
width:400px;
	padding-top:15px;
	margin:0 auto;
	float: left;
	vertical-align:bottom;
}

#sidebar .image *
{
	max-height:144px;
	max-width:144px;
}

.images
{
	clear:both;
}

.entry-content .images
{
	clear:none;
	margin-top:5px;
	margin-left:2px;
}

.hidden, .hidden
{
	display:none;
}

.main-details
{
	padding-left:3px;
	padding-right:3px;
	line-height:1em;
}

#cart .tr-qty ,#cart .tr-qty form
{
	text-align:center;
	vertical-align:middle;
	width:50px;
}

#alert,#content .single #alert, #page .productgrid #alert
{
	background:#F90;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FC3), to(#FB0), color-stop(.6,#FC3));
	background-image: -moz-linear-gradient(19% 75% 90deg,#FC3, #FB0, #FC3 100%);
	color:#FFF;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	font-size:16px;
	padding:10px;
	display:inline-block;
	width:auto;
	border:#FFF 2px solid;
	-moz-box-shadow:0px 0px 4px #AAA;
	-webkit-box-shadow:0px 0px 4px #AAA;
	box-shadow:0px 0px 4px #AAA;
	padding-top:10px;
	padding-bottom:10px;
	z-index:100;	
	position:absolute;
	margin-left:110px;
}


#page .productgrid #alert
{
	z-index:100;	
	position:absolute;
	margin:auto auto;
	top: 0;
	left: 0;
}


.page input[type='text'], .page input[type='password'],.page input[type='button'], .page textarea
{
	width:700px;
}

.product .price, .product .name, .product .status
{
	padding:4px;
}







#content .single .mainimage
{
padding:3px;
margin:3px;
text-align:center;
margin-right:20px;
width:312px;
height:312px;
vertical-align:middle;
line-height:312px;
border:double 0px #CCC;
-moz-box-shadow:0px 0px 4px #777;
-webkit-box-shadow:0px 0px 4px #777;
box-shadow:0px 0px 4px #777;
padding:5px;
background:#FFF;
display:inline-block;
float:left;
}

#content .single .mainimage img
{
max-width:312px;
max-height:312px;
vertical-align:middle;
line-height:312px;
}

.images
{
	padding:10px 1px;
	width:322px;
}

#content .single .images div
{
width:97px;
height:97px;
vertical-align:middle;
text-align:center;
line-height:97px;
padding:0;
border:#CCC 1px solid;
border:solid 0px #CCC;
	-moz-box-shadow:0px 0px 4px #AAA;
	-webkit-box-shadow:0px 0px 4px #AAA;
	box-shadow:0px 0px 4px #AAA;
	padding:2px;
background:#FFF;
display:inline-block;
margin:0;
}

#content .single .images .image2url
{
	margin:0 6px;
}

#content .single .images img
{
max-width:97px;
max-height:97px;
vertical-align:middle;
text-align:center;
line-height:97px;
}




#content .single .info
{
width:330px;
display:inline-block;
float:right;
margin-bottom:5px;
padding:10px;
border:1px solid #707070;
background:#bfbfbf;
}

.info select
{
width: 134px;
border:1px solid #AAA;
}

.info label
{
font-weight:bold;
width:140px;
display:inline-block;
}

#content .single .info *
{
background:transparent;
}

#content .single .info .submit, .info .checkoutbuttondiv a
{
	padding:5px;
	background:#00AACC;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00AACC), to(#00AACC), color-stop(.6,#00AACC));
	background-image: -moz-linear-gradient(19% 75% 90deg,#00AACC, #00AACC, #00AACC 100%);
	color:#FFF;
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	padding:3px;
	display:inline-block;
	width:100px;
	border:#FFF 2px solid;
	-moz-box-shadow:0px 0px 4px #AAA;
	-webkit-box-shadow:0px 0px 4px #AAA;
	box-shadow:0px 0px 4px #AAA;
	float:left;
	padding-top:2px;
	padding-bottom:4px;
	height:35px;
	margin-right:6px;
}

.info .checkoutbuttondiv a
{
	height:23px;
	line-height:23px;
	padding:6px 4px 2px 4px;
	margin:0;
}


#content .info .checkout 
{
	background:#00AACC;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00AACC), to(#00AACC), color-stop(.6,#00AACC));
	background-image: -moz-linear-gradient(19% 75% 90deg,#00AACC, #00AACC, #00AACC 100%);
	font-size: 14px;
	font-weight:bold;
}

#content .single .info .submit_div
{
padding-top:10px;
}
#content .single .info input.qty
{
background:#DDD;
border:1px solid #000;
color:#000;
padding:1px;
height:auto;
width:150px;
margin-left:8px;
}

#content .single .info
{
margin-top:-10px;
}

 #content .single .description
{
display:block;
float:right;
width:350px;
margin-top:5px;
font-size:15px;
}

.description p
{
	font-size:14px;
}

.short_description
{
font-size:16px;
}

#content .hidden, #content .single .hidden, #content .single .images .hidden
{
	display:none;
}

.backlink
{
	float:right;
}

.backtotheshop
{
	//margin-top:-40px;
	//position:absolute;
	//z-index:100;
	-moz-box-shadow:0px 0px 4px #AAA;
	-webkit-box-shadow:0px 0px 4px #AAA;
	box-shadow:0px 0px 4px #AAA;
	width:220px;
	text-align:center;
	margin-bottom:10px;
	clear:both;
	float:none;
	height:23px;
}

.backtotheshop a
{
background-color:#f1ae61;
	 background: -moz-linear-gradient(top, #F6921E, #f1ae61);
	 background: -webkit-gradient(linear, left top, left bottom, from(#F6921E), to(#f1ae61));
	width:220px;
	font-weight:normal;
	height:23px;
	line-height:23px;
	padding:4px 4px 4px 4px;
	margin:0;
	color:#555;
	width:212px;
	display:block;
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
}

.returnarrow
{
	background: url(../images/sub_black_rotate_ccw.png) no-repeat left top;
	display:inline-block;
	height:13px;
	width:18px;
	margin-right:10px;
}

.supplierhavenlink
{
	display:inline-block;
	width:100px;
	height:18px;
	text-indent:-99999px;
	background:url(../images/Supplier%20haven%20logo%20100.png) no-repeat bottom left;
	margin-left:5px;
}

.adminlink
{
	float:right;
	margin:3px;
	margin-right:10px;
}

.clear
{
	width:100%;
	height:1px;
	display:block;
	clear:both;
}

#page-content
{
	clear:both;
}

#page .description *
{
	max-width: 100%;
}

#footer
{
clear: both;
width: 940px;
display:block;
float: none;
overflow: hidden;
vertical-align: bottom;
}

.browsehappy
{
float: left;
}

.productorderform
{
clear: both;
}

.productorderform .qty, .productorderform .order_variation
{
width:50px;
margin-right: 3px;
margin-left: 3px;
border: 1px solid #000;
}

.productorderform .submit
{
height: 17px;
line-height: 17px;
font-size: 10px;
float:right;
}

#underconstruction
{
	position:fixed;
	top:0;
	left:0;
	display:block;
	width:100%;
	background: yellow;
	font-weight: bold;
	font-size: 16px;
}

#content .productorderform .qty, #content .productorderform .order_variation
{
width:50px;
margin-right: 3px;
margin-left: 3px;
border: 1px solid #000;
}