html {
        background: url(img/background.jpg) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

body
{
margin: 0px;
}

@font-face {
          font-family: Concelian;
          src: url(Concelian.ttf);
        }       
		
h1
{
font-family: Arial;
padding: 0;
margin: 5px;
font-size: 18px;
font-weight: 700;
line-height: normal;
font-style: italic;
}

h2
{
font-family: Arial;
padding: 0;
margin: 10px;
font-size: 14px;
font-weight: 700;
line-height: normal;
}

h3
{
font-family: Arial;
padding: 0;
margin: 5px;
font-size: 12px;
font-weight: 700;
line-height: normal;
}


h1#title
{
font-family: Concelian;
font-size: 30px;
margin: 0px 0px 0px 11px;
padding: 0px;
width: 469px;
float: left;
}

h1#title a
{
text-decoration: none;
color: black;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

#container
{
margin: 0px auto;
padding: 0px;
width: 960px;
/*background: rgba(255,255,255,0.75);*/
background: url(img/container_bg.png);
-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 1);
-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 1);
box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 1);
}

#header
{
width: 100%;
background: url(img/header.png);
margin-bottom: 0px;
margin-top: 0px;
}

#leftColumn
{
float: left;
width: 190px;
min-height: 200px;
}

#centreColumn
{
float: left;
width: 600px;
min-height: 200px;
}

#rightColumn
{
float: right;
width: 170px;
min-height: 200px;
}

#footer
{
float: left;
width: 940px;
background: url(img/footer.png);
height: 45px;
padding: 20px 10px 10px 10px;
}

.centreBox
{
margin: 10px 10px 0px 10px;
padding: 0px 0px 0px 0px;
width: 578px;
background: url(img/diagonals.png);
min-height: 100px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
border: 1px solid yellow;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
overflow: auto;
}

.centreBox h1
{
margin: 5px 9px 4px 9px;
}

.centreBox .listingSummary h1
{
margin: 0px 10px 0px 0px;
}

.centreBox .listingSummary h2
{
margin: 10px 10px 10px 0px;
}

.centreBox .whiteBox h1
{
margin: 5px;
font-style: normal;
}

ul#topNavList
{
padding-left: 0;
margin: 27px 0px 0px 20px;
color: White;
float: left;
width: 460px;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
}

ul#topNavList li { 
display: inline-block;
float: right;
}

ul#topNavList li:after 
{ 
content: url(img/menuSeparator.png);
}

ul#topNavList li:first-child:after
{
content: none;
}

ul#topNavList li:first-child
{
margin: 0px 20px 0px 0px;
}

ul#topNavList li:last-child:before
{
content: none;
} 

ul#topNavList li a
{
padding: 0;
color: black;
text-decoration: none;
}

ul#topNavList li a:hover
{
text-decoration: underline;
}

#footer ul
{
padding-left: 0;
margin: 10px auto;
color: White;
float: left;
width: 100%;
font-size: 12px;
font-family: arial, helvetica, sans-serif;
text-align: center;
}

#footer ul li { 
display: inline-block; 
}

#footer ul li:after 
{ 
content: url(img/menuSeparator.png);
}

#footer ul li:first-child:before
{
content: none;
}

#footer ul li:last-child:after
{
content: none;
} 

#footer ul li a
{
padding: 0;
color: black;
text-decoration: none;
}

#footer ul li a:hover
{
text-decoration: underline;
}

#footer p
{
font-size: 10px;
font-family: arial, helvetica, sans-serif;
text-align: center;
}

img.ad
{
margin: 10px 5px 0px 0px;
padding: 5px;
width: 148px;
height: 148px;
border: 1px solid #fc0;
background: white;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
cursor: pointer;
}

img.ad.double
{
height: 318px;
}

#leftColumn img.ad
{
margin: 0px 5px 10px 30px;
}

.listing {
	width: 550px;
	padding: 5px;
	margin: 5px 9px 8px 8px;
	height: 50px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fc0;
	-webkit-box-shadow: 0px 0px 15px rgba(255, 204, 0, 1);
	-moz-box-shadow:    0px 0px 15px rgba(255, 204, 0, 1);
	box-shadow:         0px 0px 15px rgba(255, 204, 0, 1);
}

.listing p
{
margin: 5px;
}

.listing a
{
text-decoration: none;
color: black;
}

.listing h2
{
margin: 2px 5px 4px 5px;
line-height:16px;
font-family: Arial;
}

.listing img
{
float: right;
height: 50px;
cursor: pointer;
}

.listing p.price
{
vertical-align:middle;
float: right;
}

.featuredListing
{
	height: 75px;
}

.featuredListing img
{
height: 75px;
}

.listingAdmin
{
	width: 530px;
	padding: 5px;
	margin: -9px 19px 8px 18px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border: 1px solid #fc0;
	-webkit-box-shadow: 0px 0px 15px rgba(255, 204, 0, 1);
	-moz-box-shadow:    0px 0px 15px rgba(255, 204, 0, 1);
	box-shadow:         0px 0px 15px rgba(255, 204, 0, 1);
}

.listingAdmin ul
{
	list-style-image: url(img/menuSeparator.png);
	list-style-type: none;
	padding: 0;
	margin: 0px;
	overflow: auto;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
}

.listingAdmin ul li { 
display: inline-block;
float: left;
margin: 12px 0px 12px 0px;
}

.listingAdmin ul li:after 
{ 
content: url(img/menuSeparator.png);
}

.listingAdmin ul li:last-child:after
{
content: none;
} 

.listingAdmin ul li:first-child
{
margin: 12px 0px 12px 17px;
}

.listingAdmin ul li a
{
padding: 0;
color: black;
text-decoration: none;
}

.listingAdmin ul li a:hover
{
text-decoration: underline;
}

.news {
	width: 550px;
	padding: 5px;
	margin: 5px 8px 10px 8px;
	min-height: 50px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fc0;
	-webkit-box-shadow: 0px 0px 15px rgba(255, 204, 0, 1);
	-moz-box-shadow:    0px 0px 15px rgba(255, 204, 0, 1);
	box-shadow:         0px 0px 15px rgba(255, 204, 0, 1);
}

.news p
{
margin: 5px;
}

.news h2
{
margin: 5px;
line-height:16px;
font-family: Arial;
}

.news img
{
float: right;
max-width: 160px;
max-height: 160px;
}

.whiteBox {
	width: 550px;
	overflow: auto;
	padding: 5px;
	margin: 8px;
	min-height: 50px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fc0;
	-webkit-box-shadow: 0px 0px 15px rgba(255, 204, 0, 1);
	-moz-box-shadow:    0px 0px 15px rgba(255, 204, 0, 1);
	box-shadow:         0px 0px 15px rgba(255, 204, 0, 1);
}

.whiteBoxHalf {
width: 260px;
float: left;
}

.whiteBoxHalf h2 a {
text-decoration: none;
color: black;
}

.whiteBoxThird {
width: 164px;
float: left;
}

.whiteBoxThird h2 a {
text-decoration: none;
color: black;
}

.whiteBox p
{
margin: 5px;
line-height: 1.5em;
}

.whiteBox h2,h3,h4,h5,h6
{
margin: 15px 5px 10px 5px;
}

.news h2 a
{
text-decoration: none;
color: black;
}


.whiteBox table td
{
width: 33%;
}

.whiteBox table
{
width: 100%;
}

.whiteBox img
{
float: right;
max-width: 320px;
max-height: 320px;
/*padding: 10px;*/
margin: 10px 5px 10px 10px;
/*border: 1px solid #b1b1b1;*/
background: #fcfcfc;
-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.alignleft
{
float: left;
margin: 10px 10px 10px 5px;
}

.aligncenter
{
float: none;
display: block;
margin: 0 auto;
}

.alignright
{
float: right;
margin: 10px 5px 10px 10px;
}

.whiteBox img.pageThumbnail
{
max-width: 100px;
max-height: 50px;
padding: 0px;
margin: 0px;
border: none;
background: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

.whiteBox h2 a
{
text-decoration: none;
color: black;
}

.cl
{
cursor: pointer;
}

.whiteBox img.clImage
{
max-width: 160px;
max-height: 160px;
}

#recentlyViewed {
	width: 158px;
	padding: 0;
	margin: 10px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: url(img/diagonals.png);
	color: #000000;
	border: 1px solid yellow;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
}

#recentlyViewed h3 {
	margin: 7px 10px 6px 10px;
}
	
#recentlyViewed ul {
	list-style: none;
	margin: 0px 8px 8px 8px;
	padding: 0px 0px 10px 0px;
	border: none;
	background: #ffffff;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
border: 1px solid #fc0;
	-webkit-box-shadow: 0px 0px 15px rgba(255, 204, 0, 1);
	-moz-box-shadow:    0px 0px 15px rgba(255, 204, 0, 1);
	box-shadow:         0px 0px 15px rgba(255, 204, 0, 1);
}

#recentlyViewed ul ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
background: #ffffff;
font-size: 10px;
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
border: none;
	-webkit-box-shadow: 0px 0px 0px rgba(255, 204, 0, 1);
	-moz-box-shadow:    0px 0px 0px rgba(255, 204, 0, 1);
	box-shadow:         0px 0px 0px rgba(255, 204, 0, 1);
}

#recentlyViewed ul li{
	margin: 10px 10px 0px 10px;
}

#recentlyViewed ul ul li{
	margin: 0px 0px 0px 10px;
}

#recentlyViewed ul li a {
text-decoration: none;
color: black;
}

#recentlyViewed ul li a:hover {
text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------*/
/* START - #nav-menu                                                                           */
/*-------------------------------------------------------------------------------------------*/

#nav-menu {
	width: 180px;
	padding: 0;
	margin: 0px;
	font-family: Arial, sans-serif;
	font-weight: 400;
	font-size: 14px;
	/*background-color: #FFCC00;*/
	color: #000000;
	border-width: 30px 10px 30px 0px;
	-moz-border-image:url("img/leftnav_borders.png") 30 10 30 0 repeat stretch;
	-webkit-border-image:url("img/leftnav_borders.png") 30 10 30 0 repeat stretch;
	border-image:url("img/leftnav_borders.png") 30 10 30 0 repeat stretch;
}

#nav-menu h2 {
background-color: #FFCC00;
color: #000000;
padding: 10px;
margin: 0px;
}
	
#nav-menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
	border: none;
	background: #ffcc00;
}

#nav-menu a {
text-decoration: none;
color: #000;
width: auto;
}

#nav-menu a:hover {
background-color: #000000;
color: #FFFFFF;
}

#nav-menu li {
	display: block;
	padding: 10px 5px 5px 10px;
	margin: 0px 0px 0px 0px;
	color: #000000;
	text-decoration: none;
	width: 165px;
	border-bottom: solid rgba(255, 255, 255, 0.8) 1px;
	background:#fc0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.5)));
	background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5));
}

#nav-menu ul ul li {
padding: 10px 5px 5px 20px;
width: 155px;
font-size: 0.9em;
}

#nav-menu ul li ul li {
padding: 10px 5px 5px 20px;
width: 155px;
font-size: 0.9em;
}

#nav-menu ul ul ul li {
padding: 10px 5px 5px 30px;
width: 145px;
font-size: 0.85em;
}

#nav-menu ul ul ul ul li {
padding: 10px 5px 5px 40px;
width: 135px;
font-size: 0.8em;
}

/*-------------------------------------------------------------------------------------------*/
/* END - #nav-menu                                                                           */
/*-------------------------------------------------------------------------------------------*/

ul#menuHorizontal
{
	list-style-image: url(img/menuSeparator.png);
	list-style-type: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 10px 0px 30px;
	width: 903px;
	overflow: auto;
	font-family: Arial, sans-serif;
	font-weight: 700;
	font-size: 13px;
	background-color: #FFFFFF;
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #fc0;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
}

ul#menuHorizontal li { 
display: inline-block;
float: left;
margin: 12px 0px 12px 0px;
}

ul#menuHorizontal li:after 
{ 
content: url(img/menuSeparator.png);
}

ul#menuHorizontal li:last-child:after
{
content: none;
} 

ul#menuHorizontal li:first-child
{
margin: 12px 0px 12px 17px;
}

ul#menuHorizontal li a
{
padding: 0;
color: black;
text-decoration: none;
}

ul#menuHorizontal li a:hover
{
text-decoration: underline;
}

/* Form styling including buttons etc... */
form#search
{
display: inline-block;
float: left;
width: 340px;
margin: 35px 0px 0px 30px;
padding: 0px 0px 30px 290px;
/*text-align: center;*/
vertical-align: middle;
background: url(img/digger.png);
background-repeat: no-repeat;
}

form#search input
{
margin: 10px 5px 10px 5px;
/*text-align: center;*/
}

form#search input#searchBox
{
margin: 10px 1px 10px 5px;
	-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
	-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
	box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
}

.textBox {
	display: inline-block;
	color:#000;
	height: 28px;
	border:1px solid #fc0;
	padding: 0px 10px 0px 10px;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}

#sellPlantForm  input.textBox
{
width: 320px;
margin: 5px 0px 5px 5px;
}

#sellPlantForm  select.textBox
{
width: 342px;
margin: 5px 0px 5px 5px;
}

#sellPlantForm  textarea.textBox
{
width: 320px;
height: 160px;
margin: 5px 0px 5px 5px;
}

table.sellReview td
{
padding: 10px;
}

.button {
	display: inline-block;  
	color:#000;
	height: 30px;
	text-decoration:none; 
	padding:0 15px 0 15px; 
	margin: 0px 0px 10px 10px;
	border:1px solid #fc0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
	background:#fc0;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0)), color-stop(48%, rgba(255, 255, 255, 0.5)), color-stop(50%,  rgba(255, 255, 255, 0)));
	background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0));
}

.buttonCenter
{
 margin: 5px 0px 10px 5px;
 -webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;
cursor: pointer;
width: 540px;
}

a.buttonCenter
{
width: 100%;
}

.buttonCenter:hover
{
-webkit-box-shadow: 0px 0px 10px rgba(50, 50, 50, 1);
-moz-box-shadow:    0px 0px 10px rgba(50, 50, 50, 1);
box-shadow:         0px 0px 10px rgba(50, 50, 50, 1);
}

#header a.button {
font-family: Arial, sans-serif;
font-size: 13px;
text-align: center;
vertical-align: middle;
padding: 7px 0px 0px 0px;
margin: 0px 1px 10px 5px;
height: 21px;
width: 156px;
}

a.button
{
font-family: Arial, sans-serif;
font-size: 13px;
text-align: center;
vertical-align: middle;
padding: 7px 0px 0px 0px;
margin: 0px 1px 10px 5px;
height: 21px;
width: 538px;
}

a.buttonStandalone
{
 margin: 5px 0px 10px 10px;
 width: 555px;
}

input.buttonStandalone
{
 margin: 5px 0px 10px 10px;
 width: 555px;
 cursor: pointer;
}

a.button#account {
width: 160px;
margin: 45px 0px 0px 70px;
}

a.button#basket {
width: 160px;
margin: 10px 0px 0px 70px;
}

.listingSummary
{
width: 538px;
margin: 10px 10px 0px 10px;
background: red;
overflow: auto;
padding: 10px;
background: white;
font-family: Arial,sans-serif;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}

.listingSummary h1,h2,h3,h4,h5,h6,p
{
/*margin: 0px 0px 10px 0px;*/
}

.listingSummary p
{
font-size: 12px;
}

.listingMedia
{
float: right;
width: 295px;
overflow: auto;
}

.listingMedia img
{
width: 263px;
padding: 10px;
margin: 0px 0px 10px 10px;
border: 1px solid #b1b1b1;
background: #fcfcfc;
-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.listingMedia img.thumbnail
{
width: 85px;
margin: 0px 0px 10px 11px;
padding: 0px;
cursor: pointer;
}

.listingDetail
{
background: white;
padding: 10px;
margin: 0px 10px 10px 10px;
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}

.listingDetail table
{
width: 538px;
font-family: Arial,sans-serif;
font-size: 12px;
}

.listingDetail td
{
background: #f2f2f2;
padding: 5px;
}

.listingRelated
{

}

.listingRelated h2
{
margin-left: 10px;
}

.listingRelated .listing h2
{
margin-left: 5px;
}

.whiteBox p iframe
{
width: 540px;
}

p.formtip
{
font-size: 10px;
}

.whiteBox table td.tdSellHead
{
width: 160px;
}

.whiteBox table tr:nth-child(odd)    { background-color:#eee; }
.whiteBox table tr:nth-child(even)    { background-color:#fff; }

.whiteBox table td label
{
font-weight: 700;
margin: 5px;
}