/* ------- The browser window ------ */

@font-face {
      font-family: gothic;
      src: url(gothic.eot); /* EOT file for IE */
      src: local("gothic"), url(gothic.ttf) format("truetype"); /* non-IE */
}

@font-face {
      font-family: handsean;
      src: url(handsean.eot); /* EOT file for IE */
      src: local("handsean"), url(handsean.ttf) format("truetype"); /* non-IE */
}

/* -- Defined classes and HTML Tags used in editor  --  */
.title, h1
{
	font-family: gothic, Arial,verdana,sans-serif;
    color: #3C6E15;
}

.heading, h2
{
	font-family: handsean, Arial,verdana,sans-serif;
	line-height: 1.5em;
}

h3, .h3, .subHeading, .productCaption, .productCaption a {
	font-family: gothic, Arial,verdana,sans-serif;
}

h4 {
	font-family: Arial,verdana,sans-serif;
	font-weight: bold;
}

a {
	color: #3C6E15;
}

a:visited {
	color: #494949;
}

a:hover {
	color: #3C6E15;
}

#menu {
	width: 150px;
}

#menu #simpleSearch, #menu #userMenu {
	display: none;
}

.attributes .textarea.Quote, .productDetails .Quote .attValue {
	font-style:italic;
	background: #C8E5B0 ;
	font-weight: normal;
    line-height: 1.6em;
    padding:10px;
    padding-left: 20px;
    border-radius: 4px;
}

.productBody ul {
	list-style: inside;
}

.productBody ul li {
	color: #3C6E15;
	line-height: normal;
	padding-bottom: 6px;
}

#productList .childItems {
	font-size: 0.7em;
}

#productList .childItems .product {
}

#productList .childItems .product .attributes span, #productList .childItems .product .author {
	display: none;
}

#productList .childItems .product .image {
	padding: 0;
	margin: 0;
	display: block;
	float: none;
}

#productList .childItems .product .image .frame {
	max-height: 200px;
	overflow: hidden;
}

#productList .childItems .product .image img {
    width: 100%;
}

#productList .childItems .product h3.productCaption {
	padding: 8px;
	margin: 0;
}

#productList .childItems .product .buttons .button {
	font-size: 12px;
	line-height: 20px;
}

nav#nav ul li div {
    background: #3C6E15;
}

nav#nav ul li.selected {
    background: #000000;
}

nav#nav ul li div span.description {
	color: #ffffff;
}
nav#nav a, nav#nav a:link, nav#nav a:visited {
	color: #ffffff;
	background: #3C6E15;
}

nav#nav li.selected a, nav#nav li.selected a:hover {
	background: #000000;
	color: #ffffff;
}

nav#nav a:hover, nav#nav a:active {
	color: #ffffff;
	background: #000000;
}

nav#nav ul li li li {
	padding-left: 1em;
}

#actionProgress {
	color: #3C6E15;
	border-color: #3C6E15;
}

.googleMap, .product .googleMap {
    border-color: #3c6e15;
}

ul.tabs li.selected a, ul.filter li.selected a {
	color: #3C6E15;
}

.product .productBody .image, .product .productBody .googleMap {
	border-color: #3C6E15;
	border-width: 0.5em;
	width: 20%;
}

section.block article.product,
.productList .childItems .product {
	width: 29%;
	float: left;
	clear: none;
	padding: 1%;
	background: #CECECE;
}

section.block article.product.colLast {
	float: left;
	clear: none;
}

section.block article.product .productBody .image, section.block article.product .productBody .googleMap {
    float: none;
    width: 100%;
    margin: 0;
    margin-bottom: 1em;
    border: none;
}

section.block .productList article.product .attributes,
section.block .productList article.product.first .noImage .attributes {
	width: 100%;
	float: none;
}

section.block article.product.first {
	width: 100%;
	padding: 0;
	background: none;
	float: none;
}

section.block .productList article.product.first .attributes {
	width: 66%;
	float: left;
}

section.block article.product.first .productBody .image {
	max-height: unset;
	float: left;
    width: 28%;
    margin-right: 4%;
}

.product .author {
	position: absolute;
	margin-top: 0;
}

#banner a.logo {
	height: 70px;
	width: 159px;
	margin-top: 1em;
}




