/**
 * CSS Overrides
 */
 
 
body{
    background: transparent url('https://www.virginianursery.com.au/ps_image/background.jpg') center top no-repeat;
    background-attachment: fixed;
    font-family: Arial;
    color: #000;
    font-size: 13px;
}

#header {
	background-color:#fff; /* Header background-colour */
	background-position: left top; /* Background position x, y eg left middle or 10px -100px or 10% 100%*/
	background-repeat:no-repeat;
	border-width:0 0 5px 0;
	border-style:none none solid none;
	border-color:#fff; 
}

#header .site-name {
	background-color:#fff; 
	/* text-indent:-9999px;  Hide the site-name from the user, but shows up to search engines remove to show site-name */
	color:#FFF;
}

#footer {
    background: transparent url('https://www.virginianursery.com.au/ps_image/footer-background.jpg') center top no-repeat;
    height: 153px;
    text-align: center;
    color:#fff; /* Normal Text colour */
    font-size:11px; /* Footer font-size*/
    font-family: arial;
}

#footer a {
    text-align: center;
    color:#fff !important; /* Normal Text colour */
    font-size:11px; /* Footer font-size*/
    font-family: arial;
    text-decoration:none; /* Footer link decoration */
}

.order-enquire-block
{
    background-color: #F2F2F2;
}

#site-copyright {
    background-color:#CECECE; /* Footer background-colour */
    text-align: center;
}
#site-copyright a:link, #footer a:visited {
	color:#000; /* Normal Text colour */
	font-size:11px; /* Footer font-size*/
	text-decoration:none; /* Footer link decoration */
}


/* Sidebar left specific styling */

#sidebar_left .block {

}

/* Product specific styling */

.product-name {
text-align: center;

}

.product-link {
    text-align: center;

}

.product-quantity {

}

.product-price {
    text-align: center;

}

.product-currency {

}

/* Cart specific styling */

#sidebar_left #left-block #cart {
	padding:10px;
	background-color:#FFF;
}


    width: 998px;
    font-size: 10pt;
    color: #333;
    font-weight: bold;
    width: 150px;
    text-align: left;
}

#cart {
    margin-top: 10px;
}

#cart .item-count {
	display:block;
	padding:5px;
}

#cart .item-count a.cart {
    color: #333;

}

#cart .mini-cart {
	padding:10px;
}

#cart .cart-items {
	margin-left:1.5em;
}

#cart .cart-item {
	margin-bottom:3px;
}

.cart-item .product-name {
	font-size:11px;
	color: #333;
	text-decoration: none;
}

.cart-item .product-link {
	font-size:11px;
	color: #333;
	text-decoration: none;

}

.cart-item .product-quantity {

}

.cart-item .product-price {

}

.cart-item .product-currency {

}

/* Left Menu specific styling */

#left-block {

}


/* Content specific styling */


#left-block h2.title, #category-browse h2.title, #search-box h2.title {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 0px;
    text-align: left;
    width: 165px;
    padding: 2px;

}


#left-block ul.menu {
margin: 0px;

}

#left-block ul li.menu-item:hover {

}

#left-block ul li.menu-item.first:hover {

}
#left-menu ul li.menu-item {
    border-bottom: 1px #D2D2D2 solid;
}
#category-browse ul li.menu-item {
    border-bottom: 1px #C3C3C3 solid;
}
#category-browse ul li.menu-item:hover {
}

#category-browse ul li.menu-item.first:hover {

}

#left-block ul li.menu-item a {

}

/* Left Menu admin-link */

.admin-link {
padding:10px;
}

/* Table Styles */

th {
	background-color:#ffcc33;
	color:#000;
	font-weight: bold;
	font-style:normal;
}

#left-block li.menu-item a {
	display:block;
	font-size: 14px;
	font-family: Helvetica,Arial;
	color: #000;
	padding:2px 0px 2px 15px;
	text-decoration: none;
	text-align: left;
}

#left-block li.menu-item a:hover {
	color: #666;
	font-size: 14px;
	text-align: left;
}

#top-menu
 {
    border: 0px #000 solid;
    height: 37px;
    width: 100%;
    border-bottom: 1px solid #fff;
 }
#hd ul.menu li.menu-item
 {
    border-right: 1px solid #fff;
 }
#hd ul.menu li.menu-item a
 {
    font-family: Arial;
    font-size: 13px;
    text-transform: UPPERCASE;
    color: #000;
    border: 0px solid #fff;
    text-align: center;
    padding: 10px 12px;
    white-space: nowrap;
}
#hd ul.menu li.menu-item a:hover
 {
    font-family: Arial;
    font-size: 13px;
    text-transform: UPPERCASE;
    color: #fff;
    border: 0px solid #fff;
    text-align: center;
    padding: 10px 12px;
    white-space: nowrap;
}


#hd {
}

#hd ul {
    font-size: 10pt;
}

#hd ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#hd ul li {
	position: relative;
	float: left;
}
	
#hd li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: auto;
	display: none;
	}
#hd li ul ul{
	position: absolute;
	left:100%; /* Set 1px less than menu width */
	top: -.1em;
	display: none;
	}

#hd ul li ul li{
    background-color: RGB(249,201,0);
    color: #333;
    width: 175px;
}

/* Styles for Menu Items */
#hd ul li a {
	display: block;
	text-decoration: none;
	color: RBG(0,67,133);
	background: #fff; /* IE6 Bug */
	padding: 0px;
	border: 1px solid #000;
	}
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:1%}
/* end hack */ 

/* this sets all hovered lists to red */
#hd li:hover a, #hd li.over a,
#hd li:hover li:hover a, #hd li.over li.over a,
#hd li:hover li:hover li:hover a, #hd li.over li.over li.over a,
#hd li:hover li a:hover, #hd li.over li a:hover,
#hd li:hover li:hover li:hover a:hover, #hd li.over li li a:hover,
#hd li:hover li:hover li:hover li:hover a:hover, #hd li.over li.over li.over li.over a:hover 
{
    color: #333;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 0px solid #fff;
}

/* set dropdown to default */
#hd li:hover li a, #hd li.over li a,
#hd li:hover li:hover li a, #hd li.over li.over li a,
#hd li:hover li:hover li:hover li a, #hd li.over li.over li.over li a
 {
    color: #333;
    background-color: RGB(249,201,0);
    border-top: 1px solid #fff;
    border-bottom: 0px solid #fff;
    text-indent: 15px;
    text-align: left;
}
#hd li a, #hd li.over li.over li.over li a
 {
    color: #ffffff;
    background-color: #000;
    text-align: left;
}
#hd a.item1
 {
    color: #333;
    background-color: RGB(249,201,0) !important;
    border: 1px solid RGB(249,201,0) !important;
    text-align: center;
    font-weight: bolder;
}
#hd a.item1:hover
 {
    color: #333;
    background-color: RGB(249,201,0) !important;
    border: 1px solid RGB(249,201,0) !important;
    text-align: center;
    font-weight: bolder;
}
#hd a.item2,#hd a.item3,#hd a.item4
 {
    color: #000;
    background-color: RGB(249,201,0);
    color: #333;
    border: 1px solid #fff;
    text-align: left;
    font-size: 10pt !important;
    font-weight: normal !important;
}
#hd a.item2:hover,#hd a.item3:hover,#hd a.item4:hover
 {
    color: #fff;
    background-color: RGB(249,201,0);
    color: #333;
    border: 1px solid #fff;
    text-align: left;
    font-size: 10pt !important;
    font-weight: normal !important;
}
#hd li ul li a { padding: 0px 0px; } /* Sub Menu Styles */
#hd ul li:hover ul ul, #hd ul li:hover ul ul ul, #hd ul li.over ul ul, #hd ul li.over ul ul ul {
display:none;
}

#hd ul li:hover ul, #hd ul li li:hover ul, #hd ul li li li:hover ul, #hd ul li.over ul, #hd ul li li.over ul, #hd ul li li li.over ul {
	display: block;
}

#hd li.navseparator {
    padding-left: 10px;
    padding-right: 10px;
}

#yui-main{
    min-height: 500px;
}
#category-browse h2.title, #left-menu h2.title{
    padding-left: 15px;
    height: 25x;
}

#search-box h2.title{
    padding-left: 15px;
}

#search-box{
    float: right;
    margin-top: 8px;
}

#ssl-security{
    padding-top: 20px;
    padding-left: 20px;
}
#search-box div.form-item{
    margin-left: 15px;
}
#bd{
    background-color:#fff; 
    width: 998px;
    min-height: 600px;
}

#left-block li.level_1{
    padding-left: 20px;
}

#left-block li.level_2{
    padding-left: 40px;
}

#left-block ul.sub-menu li.level_1 a,
#left-block ul.sub-menu li.level_2 a,
#left-block ul.sub-menu li.level_3 a{
    font-size: 12px !important;
}

#right-block h1.title, #random-products h2.title {
    font-size: 14px;
    color: RGB(255,255,255);
    font-weight: bold;
    background-color: #333;
    margin-left: 17px;
    padding: 5px;
    width: 150px;
    text-align: center !important;
    vertical-align: middle;
}

#right-block h1, #right-block h2, #right-block h3, #right-block h4, #right-block h5 {
    color: RGB(255,255,255);
    font-weight: bold;
    background-color: #333;
    padding: 5px;
    width: 150px;
    text-align: center !important;
    vertical-align: middle;
}

#right-block h2 {
    font-size: 14px;
}

#left-block span.title {
    font-size: 10pt;
    color: #333;
    font-weight: bold;
    padding: 15px;
    width: 150px;
    text-align: left;
}

#right-block div.hotspot {
    margin-top: 5px;
    padding: 2px;
    border: 1px #333 solid;
    color: #333;
    width: 150px;
}

#right-block{
    vertical-align: top;
    text-align: center;
    padding-top: 15px;
}

#bd{
}

#content-block{
    padding-top: 20px;
    font-family: Helvetica, Arial;
    color: #333;
    font-family: Arial;
    font-size: 14px;
    color: #333;
}

#content-block a{
    color: #333;
}

#content-block img {
    padding: 5px;
}
#right-block a, #right-block div.product-name{
    color: #333;
    font-weight: bold;
    margin-top: 5px;
}

#content-block .yui-u{
    width: 22%;
}

#right-block .yui-u{
    width: 76%;
}
a.product-enquire-link{
    color: #333 !important;
    font-weight: bold;
}

#right-block a {
}

#right-block img {
    border: 1px #333 solid;
}

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

h1.detail-product-header {
font-size: 16px;
}

#content-block input {
    padding-top: 10px;
}

.rss-block {
    border: 1px solid #000;
    width: 350px;
}

.rss-item {
    border: 1px solid #ff0000;
    width: 90%;
    margin: 10px auto;
    float: clear;
    padding: 10px;
}

.rss-enclosure {
}

.rss-description {
    font: 14px arial;
}

.rss-link {
}

#selected-page {
    font-weight: bold;
    font-size: 16px;
}

#menubar {
    background: transparent url('https://www.virginianursery.com.au/ps_image/menu-background.jpg') center top no-repeat;
    width: 100%;
    height: 34px;
}

.dmx .item1-active,
#menubar a.item1 {
    display: block;
    background: transparent url('https://www.virginianursery.com.au/ps_image/menu-divider.gif') right center no-repeat;
    border: 0px solid #000;
    height: 34px;
    font-size: 16px;
    font-family: arial;
    color: #fff;
    text-decoration: none;
    line-height: 34px;
    padding: 0px 10px;
    float: left;
}

#menubar a.admin-menu-item {
    color: #0000ff;
}

.dmx {
    font: 11px tahoma;
}

.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active:hover
{
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 0px 8px 0px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item2 {
    background: transparent url('https://www.virginianursery.com.au/ps_image/menu-background.jpg') center top no-repeat;
    color: #fff;
    border: 0px #000 solid;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    color: #fff;
    border: 0px #fff solid;
    background: transparent url('https://www.virginianursery.com.au/ps_image/menu-background.jpg') center top no-repeat;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .item3,
.dmx .item3:hover,
.dmx .item3-active,
.dmx .item3-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.dmx .item3 {
    color: #fff;
    border: 0px #fff solid;
    background: transparent url('https://www.virginianursery.com.au/ps_image/menu-background.jpg') center top no-repeat;
}
.dmx .item3:hover,
.dmx .item3-active,
.dmx .item3-active:hover {
    color: #fff;
    border: 0px #fff solid;
    background: transparent url('https://www.virginianursery.com.au/ps_image/menu-background.jpg') center top no-repeat;
}
.dmx .item3 img,
.dmx .item3-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 0px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
* html .dmx td { position: relative; } /* ie 5.0 fix */	

#content-navigation a {
    font-family: arial;
    font-size: 25px;
    color: #000;
    text-decoration: none;
}

div#content-hotspot img {
//    width: 100px;
}

div#content-hotspot {
    background: url('https://www.virginianursery.com.au/ps_image/image-bg.gif') center top repeat-y;
    float: right;
    height: 100%;
    width: 254px;
    padding: 0px;
    text-align: center;
}

div#content-hotspot-top,
div#content-hotspot-bottom
{
    border: 0px solid #000;
    //height: 8px;
    //width: 247px;
}

div#content-hotspot-image {
    border: 0px solid #000;
    text-align: center;
    width: 254px;
}

div#content-hotspot-image a {
//    padding-left: 2px;
}

div#content-hotspot-label
{
    background: url('https://www.virginianursery.com.au/ps_image/image-bg.gif') center top repeat-y;
    line-height: 30px;
    height: 30px;
    width: 254px;
}
div#content-hotspot-label a {
    font-family: arial;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
div#content-hotspot-bottom {
}
span#hotspot-desc-spacer {
    display: block;
    height: 6px;
}
div#content-hotspot-description {
    background: url('https://www.virginianursery.com.au/ps_image/leftbar-bg.jpg') center top no-repeat;
    height: 378px;
    overflow: auto;
    font-family: arial;
    font-size: 13px;
    color: #000;
    padding: 0px 6px 0px 6px;
    text-decoration: none;
    text-align: left;
}

#hotspot-navigation {
    text-align: left;
}

a.sub-category {
    font-size: 18px;
}

#hotbox-cell {
    padding-right: 30px;
}

.hotspot-categories {
    background: url('https://www.virginianursery.com.au/ps_image/category-bg.gif') no-repeat; 
    //line-height: 60px; 
    height: 60px; 
    width: 683px;
}

.category-product-button {
    width: 40px;
    height: 60px;
}

#content-hotspot-top {
    background: url('https://www.virginianursery.com.au/ps_image/leftbar-header-bg.jpg') no-repeat;
    font-size: 18px;
    color: #fff;
    height:37px;
    line-height:37px;
    width:254px;
}

#content-hotspot-image {
    height: 100%;
    width: 254px;
}

.yellow {
    color: yellow;
    font-size: 20pt;
    font-weight: bold;
}
.yellow2 {
    color: yellow;
    font-size: 16pt;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
.white {
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.green {
    color: green;
    font-size: 18px;
    text-align: center;
    padding-left: 35px;
}
.green-small {
    color: green;
    font-size: 14px;
    text-align: center;
}

.special-price
{
    color: #ff0000;
}

.special-old-price
{
    color: #ff0000;
}

.special-old-price .old-price
{
    color: #ff0000;
    text-decoration: line-through;
}

.product
{
    border: 1px solid #999 !important;
    height: 400px;
}

.product img.img-responsive
{
    max-height: 220px;
}

.product .image
{
    min-height: 250px;
    padding-top: 15px;
}

.description {
    margin: 0 auto;
    max-width: 235px;
    min-height: auto !important;
}

.item
{
    height: 400px;
    padding-left: 0px;
    padding-right: 0px;
}

input[type="text"], input[type="password"], input[type="email"] {
    height: auto;
}

.product h4 {
    font-size:14px;
    font-size:1.4rem;
    line-height:16px;
}

.product .price {
    color: #000000;
    font-size: 1.8rem;
    font-weight: bold;
    position: relative;
}

.columns-1 .product .row,
.columns-2 .product .row,
.columns-3 .product .row,
.columns-4 .product .row
{
    line-height: 55px;
}

.columns-4 .product .row
{
    line-height: 25px;
}

.enquiry-button,
.btn-cart,
.link-wishlist,
.action-control a:hover, .action-control a.active
{
    color: #fff;
    background-color: #7D9127 !important;
}

.action-control a:hover
{
    color: #fff !important;
}

.product .image a img {
    //transform: scale(1.0) rotate(-1.5deg);
    //-webkit-transform: scale(1.1) rotate(-1.5deg);
    //-moz-transform: scale(1.1) rotate(-1.5deg);
    //-ms-transform: scale(1.1) rotate(-1.5deg);
    //-o-transform: scale(1.1) rotate(-1.5deg);
}

.product:hover .image a img {
    transform: none !important;
}

#container
{
    border: 0px solid #61912C;
    margin: 0 auto;
    max-width: 1016px;
}

.cd-top {
    background-color: #538123 !important;
}

.item
{
    height: 300px;
}

.product
{
    height: 225px;
}

.product .image {
    min-height: 155px;
}

.product .image img
{
    max-height: 140px;
}

.columns-1 .product .row, .columns-2 .product .row, .columns-3 .product .row, .columns-4 .product .row,
.columns-3 .product .row
{
    line-height: 45px !important;
}

.browse-index
{
    margin: 0px auto;
    width: 1016px;
}

.price-standard,
.price-currency
{
    color: #ff0000;
    font-size: 14px;
}

.image a
{
  height: 10em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image a img
{
  margin: 0;
}

.price-was
{
    color: #ff0000;
    font-size: 12px;
}

#search_form input
{
    line-height: 20px;
}

.form-control.match
{
    margin-left: 5px;
}
