/* @override 

	http://www.genzonwater.com.au/css/basic/custom.css
	http://www.genzonwater.com/css/basic/custom.css
	http://www.genzonwater.com/css/basic/print.css
*/

/* @group body */

html {
	float: left;
	width: 100%;
}

body {
	font-family: "Trebuchet MS", "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	text-align: center;
	float: left;
	width: 100%;
	background-color: #26bcd7;
	color: #666;
}

a:link, a:visited {
	color: #009999;
	text-decoration: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}
pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 11px;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1 {
	font-size: 2.2em;
	font-weight: bold;
	color: #999;
	padding: 0px;
	margin: 15px 0 10px 0;
	line-height: 1.1em;
	text-transform: lowercase;
}

h2 {
	font-size: 1.4em;
	margin: 1.5em 0 .5em 0;
	color: #005D84;
	text-transform: lowercase;
}

h3 {
	font-size: 1.2em;
	margin: 10px 0 5px 0;
	padding: 0;
	color: #999;
}

h4 {
	font-size: 11px;
}

table {
	clear: both;
	margin: 10px 0;
	border-collapse: collapse;
}

th, td {
	}

form {
	margin: 0;
	padding: 0;
	/* hide from mac ie \*/
	/*height: 1%; */
}

select, input, textarea {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 12px;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	margin-top: .5em;
	margin-bottom: .5em;
	font-style: normal;
}

p.error {
	font-size: 11px;
	line-height: 16px; 
	padding: 10px 10px 20px 10px;
	color: #fff;
	font-weight: bold;
	text-shadow: #f30 2px 2px 0;
	background: #f60 url(/images/interface/error_bkg.gif) repeat-x 0 100%;
	border: 1px solid #fff;
}

.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;}

.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;

}


/* @end */

/* @group layout */
#wrap {
	float: left;
	width: 100%;
	background: #fff url(/images/interface/body-bg.png) repeat-x left top;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#container {
	float: left;
	width: 100%;
	

	padding: 0;
/*	background: url(/images/interface/phone.png) no-repeat right 50px; */
}

#header {
	width: 100%;
	height: 203px;
	margin: 0;
	padding: 0;
	float: left;
	}
	
#topnavig a.shop{
	width: 300px;
	height: 70px;

	background: transparent url(/images/interface/shop-button.png) no-repeat left bottom;
		display: block;
	padding: 0px;
	margin: 0;
}

#topnavig a.shop:hover{
	width: 300px;
	height: 75px;
	background: transparent url(/images/interface/shop-button.png) no-repeat left top;
}

#nav {
	float: right;
	margin: 50px 180px 0 0;
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#content {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;

	
}
#columns {
	float: left;
	width: 940px;
	margin: 0;
	padding: 0 0px;
}





#main {
	float: left;
	width: 520px;
	font-size: 1.3em;
	line-height: 1.4em;
	color: #333;
	
	margin: 0 0 10px 0;
		padding: 20px 0px 20px 20px;
	background: url(/images/interface/main-bg.png) no-repeat left top;
}


.a1 #main {
	width: 620px;
	background: url(/images/interface/billboard-bg.png) no-repeat;
	height: 320px;

}

#columns.twocol #main{

	width:760px;
	padding-right:0px;

}
#sidebarL {	
	float: left;
	width: 140px;
	margin: 0px 0 20px 0;
	padding: 1px 20px 0 0;
}
.a1 #sidebarL {	
	width: 300px;
	padding: 0 0px 0 0;
}
#sidebarR {
	float: right;
	width: 220px;
	margin: 0 0px 10px 0;
	padding: 0px;
}
.a1 #sidebarR {
	width: 300px;
}
#footwrap {
	float: left;
	margin: 0;
	width: 100%;
	background: transparent url(/images/interface/footer-bg.png) repeat-x center top;
	clear: both;
}
#footwrapper {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	background: url(/images/interface/footer-bg-ripples.png) no-repeat;
	height: 250px;
}
#footer {
	float: left;
	width: 100%;
	display: inline; /* combat IE6 Doubled float-margin bug */
	font-size: 1.1em;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	color: #005D84;
	/*clear: both; apparently redundant because of width */
	clear: both;
	margin: 40px 0 20px 0;
}

#navimage {
	height: 280px;
	margin: 0;
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;

}

#navimage p {
	margin: 0;
}
/* @end */

/* @group header */

#header h1 {
	padding: 0;
	margin: 0;
}

#header h1 a {
	width: 300px;
	height: 140px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/interface/logo.png) no-repeat left top;
	padding: 0;
	margin: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10; /* display above sidebarR margin-top */
}


#navimage p.navimage img {
	behavior: url(/js/iepngfix.htc);
}
/* @end */

/* @group nav */

/* @group topnav */
#topnavig {
position: absolute;	margin: 0;
	width: 620px;
	right: 20px;
	top: 50px;
height: 25px;
z-index: 1000;
}

.topnav {
	float: right;
	text-align: left;
	padding: 0;
	margin: 0 0 0 0px;
	list-style-type: none;
	font-size: 10px;
	display: inline;
}


.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	line-height: 20px;
	font-size: 1.1em;

}

.topnav li a:link, .topnav li a:visited {
	float: left;
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #999;
	text-transform: uppercase;
	margin: 0;
	/* hide from mac ie \*/
	height: 1%; /**/
}

.topnav li a:hover, .topnav li a:active {
	color: #f60;
}

.topnav li.hilite a:link, .topnav li.hilite a:visited {
	
	color: #000000;
	
}

.topnav li.hilite a:hover, .topnav li.hilite a:active {

}



/* @end */



/* @group lev1 */

.lev1 {
	text-align: left;
	padding: 0;
	margin: 153px 0 0 0;
	list-style-type: none;
	font-size: 13px;
	float: right;
	width: 100%;
	background: url(/images/interface/nav-bg.gif) no-repeat;
}

.lev1 li {
	margin: 0;
	padding: 0 0 0px 0;
	list-style-type: none;
	/*white-space: nowrap;*/
		line-height: 25px;
float: left;
display: inline;
}

.lev1 li.first {
	margin-left: 15px;
}

.lev1 li.last {

}

.lev1 li a:link, .lev1 li a:visited {
	float: left;
	display: block;
	font-size: 13px;
	padding: 0px 15px;
	text-decoration: none;
	color: #fff;
	margin: 0;
	font-weight: bold;
	text-transform: lowercase;
	line-height: 25px;
}

.lev1 li a:hover, .lev1 li a:active {
	background-color: #25b9d5;
}

.lev1 li.hilite{
	color: #ffffff;

}

.lev1 li.hilite a:link, .lev1 li.hilite a:visited {
	color: #00181d;
	}

.lev1 li.hilite a:hover, .lev1 li.hilite a:active {
	color: #FFFFFF;
}



.lev1 li.hilite ul{
	padding: 0px 0 0 0px;
	margin: 0px 0 0 0px;

}



.lev1 li.hilite li a:link, .lev1 li.hilite li a:visited {

float: left;
	display: block;
	font-size: 12px;
	padding: 4px 5px 4px 50px;
	text-decoration: none;
	color: #000;
	margin: 0;
	font-weight: normal;
	/* hide from mac ie \*/
	/*height: 1%; */
line-height: 15px;
	letter-spacing: normal;
	width: 125px;
}

.lev1 li.hilite li a:hover, .lev1 li.hilite li a:active {
	background-color: #b3b3b3;
	color: #fff;
}

.lev1 li.hilite li.hilite a:link, .lev1 li.hilite li.hilite a:visited {
	color: #FFFFFF;
}







/* @end */



/* @group lev2 */

#sidebarL .lev2 {
	float: left;
	padding: 0;
	margin: 0 0 10px 0;
	list-style-type: none;
	width: 140px;
	border-top: 1px solid #ccc;
}

/* My Comment */

#sidebarL .lev2 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	display: inline; /* combat IE6 Doubled float-margin bug */
	width: 100%;
	border-bottom: 1px solid #ccc;
}

#sidebarL .lev2 li.hilite {
}

#sidebarL .lev2 li.first {
}

#sidebarL .lev2 li.last {
	margin-bottom: 0;
}

#sidebarL .lev2 li a:link, #sidebarL .lev2 li a:visited {
	/*float: left;*/
	display: block;
	font-size: 1.3em;
	line-height: 1.2em;
	padding: 5px 0px 5px 5px;
	text-decoration: none;
	margin: 0;
	font-weight: bold;
	/* hide from mac ie \*/
	height: 1%;
	text-transform: lowercase;
}

#sidebarL .lev2 li a:hover, #sidebarL .lev2 li a:active {

	background-color: #d4db90;
	color: #000;
}

#sidebarL .lev2 li.hilite a:link, #sidebarL .lev2 li.hilite a:visited {

	color: #000;
}

#sidebarL .lev2 li.hilite a:hover, #sidebarL .lev2 li.hilite a:active {
}

/* @end */

/* @end */

/* @group main */

#main .article, #main .article .article {
	padding: 0; 
	margin: 0 0 20px 0;
	float: left; 	
	width: 100%;
}

#main .home {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}

#columns.twocol #main .article, #columns.twocol #main .article .article {
	padding: 0; 
	margin: 0 0 20px 0;
	width: 380px;
	float: right;
}

#main h1.pagetitle {
	
	margin: 10px 0px 30px 0px; /* counteract .article padding */
	padding: 0;
	font-size: 2.2em;
}
#main h1.embedtitle {
	
	color: #009ddc;
	margin: 10px 0; /* counteract .article padding */
	padding: 0px;
	font-size: 1.5em;
}
#main .body div {
	margin: 10px 0;
}

#main .body a:link, #main .body a:visited {
	border-bottom: 1px dotted #ccc;
	text-decoration: none;
}

#main .body a:hover, #main .body a:active {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#main .body ul {
	list-style: none;
	margin: 10px 0 10px 15px;
	padding: 0;
}

#main .body ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}

#main .body ul li {
	margin: 0;
	padding: 0 0 0 15px;
	background-image: url(/images/interface/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	line-height: 20px;
}

#main .shout {
		font-size: 1.1em;
	margin: .5em 0 1.5em 0;
	color: #005D84;
	font-weight: bold;
}
/* @group tables */

#main .body table {
	border-top: 1px solid #ccc;
	width: 100%;
}

#main .body table caption {
	display: none;
}

#main .body table td, #main .body table th {
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 12px;
	vertical-align: top;
/* 	white-space: nowrap; */
}

#main .body table th {
	text-align: left;
	white-space: nowrap;

}

#main p.hero {
	float: left;
	margin: 0;
	padding-top: 10px;
	width: 360px;
	text-align: center;
}
#main p.hero img {
}

/* @end */

/* @group children */

.children ul {
	margin-left: 0;
	padding-left: 0;
	border-top: 1px solid #ddd;
	background-image: url(/images/trans_pixel.gif); /* required because IE6 loses the border on LI with summary */
	clear: both;
}

.children li {
	position: relative;
	padding: 6px 0 4px 15px;
	margin: 0 0 0 0px;
	border-bottom: 1px solid #ddd;
		background-image: url(/images/interface/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 10px;
	list-style-type: none;
}

.children li.thumbnail {
	list-style-type: none;
	margin-left: 0;
}

.children li a:link, .children li a:visited, .children li a:hover, .children li a:active {
	font-weight: bold;
	font-size: 14px;
	text-transform: lowercase;
}

.children li .summary  {
line-height: 15px;	color: #999;
	margin: 1px 0 5px 0;
	display: block;
}

.children li .arrows {
	position: absolute;
	right: 0;
	top: 0.95em;
	z-index: 10;
}

/* @group children table */

.children table {
	border-spacing: 5px;
	width: 100%;
}

.children table td .childtitle  {
	margin-top: 0;
}

.children table td.child {
	border-collapse: collapse;
	padding: 5px;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #eee;
	width: 33.33%;
}

.children table td .summary  {
	clear: both;
	margin-bottom: 0;
	font-size: 0.846em;
	line-height: 1.2em;
	text-align: center;
}

.children table td .thumbnail {
	padding: 0;
	margin: 0 0 5px 0;
	display: block;	
	text-align: center;
}

.children .details {
	font-size: 12px;
	line-height: 14px;
	margin: 0 -1px;
	padding: 0;
	border: 1px solid #ccc;
	color: #000;
	float: left;
	width: 100%;
	background-color: #D4DB90;
}

.children .details .price {
	float: left;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	color: #333;
}

.children .details .options {
	float: right;
	margin: 6px 5px;
	padding: 0;
}

.children .details .options a img {
	padding: 2px;
	margin: 0 0 0 5px;
	background: #eee;
	border: 1px solid #ccc;
	/*display: block;*/
	float: right;
	width: 12px;
	height: 12px;
}

.children .details .options a img:hover {
	border: 1px solid #666;
}

/* @end */

/* @end */

/* @group files */

.files {
	border: 1px solid #eee;
	margin: 5px 0;
	padding: 5px;
}

.files dl {
	margin: 0;
	padding: 0 5px;
	background-color: #eee;
}

.files dl dt {
	border-bottom: 1px solid #eee;
	border-top: 2px solid #fff;
}

.files dl dt.first {
	border: 1px solid #f8f0cb;
}

.files dl span, .files dl strong {
	display: none;
}

.files dl span.s_size {
	display: inline;
	font-weight: normal;
}

.files dl dt {
	font-weight: bold;
	margin: 0;
	padding: 3px 0 0 0;
	background-image: url(/images/interface/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding-left: 16px;
}

.files dl dd {
	border: 1px solid #eee;
	margin: 0;
	padding: 0 0 5px 0;
	padding-left: 16px;
	color: #a8b20d;
	position: relative;
}

.files dl dd p {
	margin: 0;
	padding: 0;
}

.files dl dd div.s_notes {
	color: #333;
}

.files dl dd div.s_notes p {
	margin: 5px 0 0 0;
}

.files dl dd p.s_toggle {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	cursor: pointer;
}

.files dl dt.forSale {
	background-image: url(/images/interface/forSale.gif);
}

.files dl dt.requireUser {
	background-image: url(/images/interface/locked.gif);
}

/* @end */

/* @end */

/* @group sidebar */

/* @group sidebar L */

#sidebarL .article {
	margin: 0 -3px 10px 0;
	padding: 0; 
	font-size: 1.2em;
	line-height: 1.5em;
	float: left; 
	width: 100%; 
	display: inline; 
}

#sidebarL h1.embedtitle {
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: bold;
	color: #666;
	padding: 0;
	margin: 10px 0;
	
	
}

#sidebarL .article p {
	padding: 0;
	margin: 10px 0;
}

#sidebarL .article em {
	font-weight: bold;
	font-style: normal;
	color: #f60;
}

#sidebarL .article .children ul, #sidebarL .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebarL .article ol li {
	list-style-type: decimal;
}

#sidebarL .article a:link, #sidebarL .article a:visited {
	color: #333;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#sidebarL .article a:hover, #sidebarL .article a:active {
	color: #c2cd23;
	text-decoration: none;
}

#sidebarL .article form table th {
	text-align: left;
}

#sidebarL .article form table td {
	width: 100%;
}

#sidebarL .article form table td input {
	width: 100%;
	margin-bottom: 4px;
}


/* @end */

/* @group siderbar R */

/* @group sidebar article */

#sidebarR .article {
	margin: 0 -3px 10px 0;
	padding: 0; 
	font-size: 1.2em;
	line-height: 1.5em;
	float: left; 
	width: 100%; 
	display: inline; 
}

#sidebarR h1.embedtitle {
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: bold;
	color: #005D84;
	padding: 0;
	margin: 10px 0;
}

#sidebarR .article p {
	padding: 0;
	margin: 10px 0;
}

#sidebarR .article em {
	font-weight: bold;
	font-style: normal;
	color: #f60;
}

#sidebarR .article .children ul, #sidebarR .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebarR .article ol li {
	list-style-type: decimal;
}

#sidebarR .article a:link, #sidebarR .article a:visited {
	color: #333;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

#sidebarR .article a:hover, #sidebarR .article a:active {
	color: #c2cd23;
	text-decoration: none;
}

#sidebarR .article form table th {
	text-align: left;
}

#sidebarR .article form table td {
	width: 100%;
}

#sidebarR .article form table td input {
	width: 100%;
	margin-bottom: 4px;
}



#sidebarR 
div#article_11.article h1#title_11.embedtitle {
	font-family: "Arial Black",Arial,Verdana;
	font-size: 16px;
	line-height: 14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 8px 18px;
	margin: 0px 0;
	background:#336666;
	
}

/* @end */

/* @group sidebar cart */

#sidebarR #cart_sidebar {
	float: left;
	padding: 0 5px;
	width: 210px;
background: #fff url(/images/interface/body-bg.png) repeat-x left top;}
#sidebarR p.error {
	margin: 0 0 10px 0;
	float: left; /* required to stop images escaping */
	width: 179px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#sidebarR .cart, #sidebarR .logon {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	width: 100%;
}

#sidebarR .cart caption, #sidebarR .logon caption {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.2em;
	line-height: 1.5em;
	font-weight: bold;
	color: #005D84;
	padding: 10px 0;
	margin: 0;
	text-align: left;
	caption-side: top;
}

#sidebarR .cart caption span {
	display: block;
	font-size: 11px;
	font-weight: normal;
	color: #666;
}

#sidebarR .cart th, #sidebarR .cart td {
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 3px 0;
}

#sidebarR .cart .col1 {
	text-align: left;
	white-space: nowrap;
}

#sidebarR .cart .col2, #sidebarR .cart .col3 {
	text-align: right;
	white-space: nowrap;
}

#sidebarR .cart .col3 {
	font-weight: bold;
}

#sidebarR .total span, #sidebarR .total {
	font-weight: bold;
	font-size: 11px;
	color: #666;
}

#sidebarR .total {
	font-weight: bold;
	font-size: 1.1em;
	color: #000;
	text-align: right;
}

#sidebarR form input {
	font-size: 9px;
}

/* @end */

/* @end */

/* @group siderbar L & R */

#sidebarL .article ul, #sidebarL .article ol, 
#sidebarR .article ul, #sidebarR .article ol {
	margin-left: 16px;
	padding: 0;
	list-style: square;
}

#sidebarL .article ol, #sidebarR .article ol {
	margin-left: 24px;
}

#sidebarL .article li, #sidebarR .article li {
	padding: 0;
	margin: 3px 0;
}

/* @end */

/* @end */

/* @group footer */

/* @group 3 col */
.threecol{
	
		float: left;
		margin: 30px 0 0 0;
		padding: 0px;
		display: inline;
		width: 100%;
}

.threecol .article { 
	float: left;
	height: 150px;
	color: #fff;
	font-weight: normal;
	padding: 0 15px;
	margin: 0 20px 0 0;
	display: inline;
	background: url(/images/interface/footer-box.gif) no-repeat;
}

.threecol #article_15.article {
	margin-right: 0;
}
.threecol .article .body { 
		width: 190px;
		padding: 0 0 10px 0;
		float: left;
		font-size: 1.4em;
		color: #b6eedb;

}
.threecol .article .body p { 
	float: left;
	font-weight: normal;
	padding: 0 0px 0 0px;
	margin: 0px;
	display: inline;
}


#footwrap h1.embedtitle {
	font-size: 2em;
	font-weight: bold;
	color: #fff;
	margin: 0;
	padding: 10px 0 0 0;
	width: 190px;
	text-transform: lowercase;
}


/* @end */

#footer .left {
	float: left;
	margin: 0;
	padding-left: 6px;
}

#footer .right {
	float: right;
	margin: 0px;
	padding-right: 6px;
}

#footer .right .sitename {
	font-weight: normal;
}

#footer a:link, #footer a:visited {
	color: #005D84;
	border-bottom: 1px dotted #fff;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #000;
}

#footer a.hilite {
	border-bottom: 1px solid #000;
}

/* @end */

/* @group sitemap */

.sitemap {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.sitemap li {
	padding: .2em 0;
	margin: 0;
	font-size: 14px;	
}

.sitemap li ul{
	padding: .3em 3em;
	margin: 0;
	font-size: 14px;	
}
.sitemap li li {
	padding: 2px 0 2px 15px;
	margin: 0;
	list-style-type: none;
/*	background:transparent url(/images/interface/arrow-green.gif) no-repeat 0 3px; */
}

.sitemap ul ul {
	list-style: inherit;
}

/* @end */

/* @group formmail */

.formmail table {
	border-top: 1px solid #b2e4ec;
	border-collapse: collapse;
	width: 100%;
}

.formmail th, .formmail td {
	padding: 3px;
	border-bottom: 1px solid #b2e4ec;
	text-align: left;
	border-collapse: collapse;
}

.formmail th {
	padding-top: 7px;
	font-size: 1em;
	color: #666;
	border-right: 1px solid #eee;
	vertical-align: top;
	font-weight: normal;
	font-style: normal;
}

/* @end */


/* @group InPlaceEditor */

/* @group common */

.editor_control {
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	background: transparent url(/images/admin/vtc/buttons/inplace.gif) no-repeat 100% 50%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	left: -29px;
}

.editor_control_hilite {
	width: 48px;
	background-image: url(/images/admin/vtc/buttons/inplaceH.gif);
	left: -53px;
}

.inplaceeditor-form {
	margin-bottom: 10px;
	clear: both;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	/*width: 461px;*/
	margin: 0;
	padding: 0;
	border: 0;
}

.inplaceeditor-form .editor_cancel {
	font-weight: bold;
}

.inplaceeditor-form .editor_ok_button {
	margin-right: 5px;
}

/* @end */

/* @group main */

#main .body .editor_control, #main .body .editor_container {
	margin: 0;
	padding: 0;
}

#main .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #f60;
	background-color: #fff;
	margin: 10px 0;
}

#main .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
	margin-bottom: 10px;
}

/* @end */

/* @group sidebar */

#sidebarR .inplaceeditor-form input.editor_field {
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #f30;
	background-color: #eee;
	margin: 10px 0;
}

#sidebarR .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	background-color: #eee;
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group MobileWebKit */

html {
	-webkit-text-size-adjust: none;
}

#main .article {
	-webkit-text-size-adjust: auto;
}

#main .home .body {
	/*-webkit-text-size-adjust: none;*/
}

#footwrapper .threecol a:link .more, #footwrapper .threecol a:visited .more{
	background: transparent url(/images/interface/more.gif) no-repeat center top;
	float: right;
	width: 60px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none;
	margin-top: 10px;
	cursor: pointer;
}

#footwrapper .threecol a:hover .more, #footwrapper .threecol a:active .more{
	background: transparent url(/images/interface/more.gif) no-repeat center bottom;
	float: right;
	width: 60px;
	height: 20px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none;
	margin-top: 10px;
	cursor: pointer;
}


/* @end */

/* @group shop */

/* @group shopitem */

.buynow {
	margin: 10px 0;
	border: 1px solid #b2e4ec;
	padding: 5px 10px;
	background-color: #e4f4f8;
}

.buynow p {
	margin: 5px 0;
}

.buynow label {
	color: #666;
	font-weight: bold;
}

.price {
	color: #666;
}

.price span {
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.buy {
	font-size: 11px;
	color: #999;
}

/* @end */

/* @group items */

.shop table.items caption {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 5px 0;
	color: #666;
}

.shop table.items a.thumbnail {
	padding: 0 5px;
	background: none;	
	float: left;
}

.shop table.items {
	border: 1px solid #ccc;
	border-width: 1px 0;
	background: #fff;
	width: 100%;
}

.shop table.items tr {
	/* vertical-align: top; */
}

.shop table.items th {
	border: 2px solid #ccc;
	border-width: 0 0 2px 0;
	padding: 4px;
}

.shop table.items tr.item td {
	border: 1px solid #ccc;
	border-width: 1px 0 0 0;
		font-size: 12px;

	padding: 4px;
}

.shop table.items .i_description {
	padding-top: 2px;
	/*display: none;  re-instate when we have meaningful descriptions */
	font-size: 11px;
}

.shop .items .col1 {
	width: 75%;
	text-align: left;
}

.shop .items .col1 a {
	background: transparent url(/images/interface/arrow.gif) no-repeat 0 0;
	padding-left: 14px;
}

.shop .items .col2, .shop .items .col3, .shop .items .col4 {
	text-align: right;
}

.shop .items .col3 {
	font-weight: bold;
	white-space: nowrap;
}

.shop .items .col4 {
	white-space: nowrap;
}

/* @end */

/* @group checkout */

.shop h2 {
	font-size: 14px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #c00;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}

.shop h2 label {
	font-weight: bold;
}

.shop th, .shop label {
	font-weight: bold;
	text-align: left;
}

.shop th, .shop td {
}

.shop p.alert {
	margin: 40px 0 20px 0;
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
	border-width: 2px 0;
}

/* @group payments */

.shop dl, .shop dt, .shop dd {
	margin-top: 10px;
	margin-bottom: 10px;
}

.shop dd {
	margin-left: 40px;
	border-left: 5px solid #a5db03;
	padding-left: 10px;
}

.shop dd table caption {
	display: none;
}

.shop dd table th, .shop dd table td {
	padding: 0 5px;
}

.shop dd table th {
	text-align: right;
	border-right: 1px solid #ccc;
	white-space: nowrap;
	padding-left: 0;
}

/* @end */

/* @end */

/* @group checkout & cart */

.shop .totals {
	border-bottom: 2px solid #ccc;
	text-align: right;
	margin-bottom: 10px;
}

.shop .totals p {
	margin: 10px 4px;
	font-weight: bold;
}

.shop .totals span {
	color: #999;
}

.shop .noitems {
	padding: 10px;
	text-align: center;
}

/* @end */

/* @group users */

.shop table.orders {
	position: relative;
	width: 100%;
}

.shop table.orders th, .shop table.orders td {
	width: 25%;/**/
	white-space: nowrap;
}

.shop .orders .col1 {
	width: 25%;
	font-weight: bold;
}

.shop .orders td.col4 {
	font-weight: bold;
	text-align: right;
}

.children table td {
	border-collapse: collapse;/**/
	padding: 10px;
	vertical-align: top;
	border: 1px solid #eee7d6;/**/
	width: 33.3%;
}

.children table td .title{
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 5px 0;
	padding: 0;
	line-height: 1.1em;
}

/* @end */

/* @end */

/* @group billboard */

#main #billboard {
	margin: 0;
	padding: 5px;
	height: 295px;
	float: left;
	width: 570px;
}
#main #billboard p.imgbillboard {
	margin:0;
	padding: 0;
	float: left;
;
}
#main p.imgbillboard img {
	margin: 0;
	padding: 0;
	border: none;

}


div.gw p{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

div.gw b {
	padding: 0 0 0px 0;
	
}

/* @end */


div.right{
	float: right;
}
