@import url(blocks/sake.css);

html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:left;
	background-color: white;
}

body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: normal normal 13px/150% 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color: #333;
}

#container {
	width: 1170px;
	margin: 0px auto;
	padding: 20px 20px 0px;
}

#page-logo {
	float: left;
}

#pageContent {
	min-height: 370px;
}


#custLogin {
	float: right;
	text-align: right;
	margin-top: -40px;
}


p.reg a {
	float: right;
	color: #999;
	font: bold normal 13px/150% 'Source Sans Pro', Arial, Helvetica, sans-serif;
}

	p.reg a:hover {
		color: #999;
	}
	
p.reg2 a {
	float: right;
	color: #064d7f;
	font: bold normal 15px/100% 'Source Sans Pro', Arial, Helvetica, sans-serif;
	margin:8px 0px 3px 0px;
	font-style:italic;
}

	p.reg2 a:hover {
		color: #4D374D;
	}

form.top-login {
	margin-top: 25px;
} 

	form.top-login input.form {
		border: 1px solid #333;
		padding: 4px 6px;
		margin-left: 5px;
		font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 140px;
	}
	
	input.sign-in {
		background: url(image/graphic-go-button.jpg) no-repeat center center;
		border: 1px solid #333;
		width: 26px;
		height: 25px;
		margin-left: -3px;
		float: right;
	}

	nav.page-navigation ul {
		float: right;
		border-bottom: 1px solid #999;
		padding: 10px 0px;
		margin-top: -30px !important;
	}

		nav.page-navigation ul li {
			display: inline-block;
			text-transform: uppercase;
			font: normal 600 15px/150% 'Source Sans Pro', Arial, Helvetica, sans-serif;
			padding-left: 32px;
			letter-spacing: 2px;
		}
		
			nav.page-navigation ul li:first-child {
				padding-left: 0px !important;
			}
	
		nav.page-navigation ul li a {
			color: #4D374D;
		}
		
		nav.page-navigation ul li a:hover {
			color: #999 !important;
		}

nav.page-navigation-bar {
	width: 1180px;
}

	nav.page-navigation-bar ul {
		float: left;
		padding: 0px;
	}
	
	nav.page-navigation-bar ul li {
			display: inline-block;
			text-transform: uppercase;
			font: normal 600 15px/150% 'Source Sans Pro', Arial, Helvetica, sans-serif;
			letter-spacing: 2px;
			color: #999;
			padding: 0px 0px 10px 0px;
		}

			nav.page-navigation-bar ul li:after {
				content: "|";
				padding: 0px 20px !important;
			}
			
			nav.page-navigation-bar ul li:last-child:after {
				content: none !important;
			}

		nav.page-navigation-bar ul li a {
			color: #999;
		}
		
		nav.page-navigation-bar ul li a:hover {
			color: #4D374D;
		}
		
		/* Dropdowns */
		
		nav.page-navigation-bar li ul {
			display: none;
			padding: 0px !important;
			position: absolute; 
			top: 227px;
			margin: 0px;
		}
		
			nav.page-navigation-bar li:hover > ul {
				display: block !important;
				background-color: #ebedd1;
				z-index: 9999;
				-webkit-box-shadow: 0px 2px 15px 0px rgba(153,153,153,0.7);
				-moz-box-shadow: 0px 2px 15px 0px rgba(153,153,153,0.7);
				box-shadow: 0px 2px 15px 0px rgba(153,153,153,0.7);
			}
		
			nav.page-navigation-bar li ul li {
				font: normal 600 14px/150% 'Source Sans Pro', Arial, Helvetica, sans-serif;
				display: block;
				float: none;
				position: relative;
				line-height: 200%;
				margin: 0px;
				padding: 0px;
				border-bottom: 2px solid white;
				text-align: left;
			}
			
			nav.page-navigation-bar li ul li:after {
				content: none;
			}
			
				nav.page-navigation-bar li ul li:first-child {
					
				}
			
				nav.page-navigation-bar li ul li:last-child {
					border-bottom: none;
				}
			
			nav.page-navigation-bar li ul li:hover {
				background-color: #9BA81C;		
			  }
		
			nav.page-navigation-bar li ul li a {
				padding: 10px 15px;
				color: #999;
				text-decoration: none;	
				width: 100% !important;
				letter-spacing: 2px;
			}	
	
				nav.page-navigation-bar li ul li:hover a {
					color: white;
					width: 100% !important;
				}

section#pageContent {
	margin: 10px 0px;
}

/* CART STYLES */

li.faded {
	color: #999;
}

table.cart {
	width: 1170px;
}

.toOrFrom {
	float: left;
	margin-right: 30px;
}







/* HOME STYLES */

.big-rim {
	float: left;
	width: 900px;
}

.small-rim {
	float: right;
	width: 220px;
}

.rim-caption {
	color: white !important;
	font-weight: 600;
	text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
	margin: -30px 0px 0px 12px;
	font-size: 11px;	
	letter-spacing: 1px;
}

div#cartItemAdded {
	margin: 0px 0px 8px 0px;
	width: 265px;
	text-align: left;
	border: 2px solid black;
	border-width: 0px 2px 2px 2px;
	position: fixed;
	top: 0px;
	right: 40px;
	z-index: 3333;
	background-color: #EBEDD1;
	min-height: 230px;
	
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;

	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
	
}

div#notificationAdded {
	margin: 0px 0px 8px 0px;
	width: 265px;
	text-align: left;
	border: 2px solid black;
	border-width: 0px 2px 2px 2px;
	position: fixed;
	top: 0px;
	right: 40px;
	z-index: 3333;
	background-color: #EBEDD1;
	min-height: 150px;
	
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;

	-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
	
}
/* 
		.order-download {
			position: fixed;
			bottom: 9.5em;
			right: 0px;
			text-decoration: none;
			color: #ffffff;
			background-color: rgba(151, 39, 99, 0.50);
			font-size: 16px;
			padding: 0.5em;
			font-weight : bold;
		 	font-family: 'Economica', sans-serif;
			-moz-border-radius: 12px 0px 0px 12px;
			-webkit-border-radius: 12px 0px 0px 12px;
			border-radius: 12px 0px 0px 12px;
		}

		.order-download:hover {	
			background-color: rgba(151, 39, 99, 0.80);
			color:#ffffff;
		}
		
		.back-to-top {
			position: fixed;
			bottom: 6.5em;
			right: 0px;
			text-decoration: none;
			color: #ffffff;
			background-color: rgba(155, 193, 74, 0.50);
			font-size: 16px;
			padding: 0.5em;
			display: none;
		 	font-weight : bold;
		 	font-family: 'Economica', sans-serif;
			-moz-border-radius: 12px 0px 0px 12px;
			-webkit-border-radius: 12px 0px 0px 12px;
			border-radius: 12px 0px 0px 12px;
		}

		.back-to-top:hover {	
			background-color: rgba(182, 224, 85, 0.50);
			color:#607a30;
		} */		
	#cartContents {
		margin: 34px 0px 8px 0px;
		width:265px;
		text-align:left;
		border:2px solid #c7dd9b;
		position:absolute;
		top: 120px;
		right: 150px;
		z-index:3333;
		background-color:#ffffff;
		min-height:230px;
		
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
	
			-moz-box-shadow:0px 0px 5px #666666;
	-webkit-box-shadow:0px 0px 5px #666666;
	box-shadow:0px 0px 5px #666666;
	}	


ul.alphaList {
	width: 1170px;
	padding: 0;
	background: #ebedd1;

}

	ul.alphaList li {
		float: left;
		display: inline-block;
		padding: 10px 25px;
		text-align: center;
	}
	
	ul.alphaList li a {
		text-decoration: none;
		color: black;
		font: normal bold 14px/100% 'Source Sans Pro', Arial, Helvetica, sans-serif;
	}
	
	ul.alphaList li:hover {
		text-decoration: none;
		color: #FFF;
		background-color: #9BA81C;
	}
	
	ul.alphaList li:hover a {
		color: white;
	}
	
	ul.alphaList li.all {
		float: right;
	}
	
	ul.alphaList li.current,
	ul.alphaList li.current a {
		color: #FFF;
		background-color: #9BA81C;
	}
	
.buttons {
	margin-bottom: 20px !important;
}	

button.plant-buttons {
	float: left;
	border: none;
	background: white;
	width: 30px;
}
	
#plantListContainer {
	width: 1200px;
	padding: 0px;
	margin: 20px 0px 0px 0px;	
}

	#plantListContainer ul {
		list-style: none !important;
		padding-left: 0px;
	}

	#plantListContainer .plantList li {
		list-style: none !important;
		width: 1170px;
		margin-bottom: 10px;
		float: left;
		clear:both;
	}

	#plantListContainer .plantListBlock li {
		float: left;
		list-style: none !important;
		height: 350px;
		overflow: hidden;
		width: 277px;
		vertical-align: top;
		text-align: center;
		margin: 0px 16px 10px 0px;
	}

	img.small {
		width: 140px;
		height: 140px;
	}
	
		img.big {
			width: 277px;
			height: 277px;
			margin-bottom: 10px;
		}

		.hide {
			display: none;
		}

		.block-width {
			width: 277px;
		}
	
	.genus-not-block {
		background-color:#F5F5F5;
		float: left;
		margin: 12px 0px 10px 0px;
	}
	
		.genus-block {
			background: #F5F5F5 !important;
			text-align: left;
			height: 330px;
			width: 277px;
			overflow:hidden;
		}

	/* ul.plantList {
		width: 1130px;
		border: 1px solid red; 
	}
	
	.plantListBlock {
		width: 277px;
		display: inline-block; 
		vertical-align: top;
		text-align: center;
		margin: 0 16px 10px 0;
		padding: 0px !important;
	}	
	
		.plantListBlock img {
			margin-bottom: 10px;
			padding: 0px !important;
		}		
	 */
h2.plant-name {
	font: normal bold 16px/120% 'Source Sans Pro', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;	
}

	h2.plant-name a {
		color: #4D374D;
	}
	
	h2.plant-name a:hover {
		color: #999;
	}

a.quick-order-plant {
	color: #4A3949;
}

	a.quick-order-plant:hover {
		color: #9BA81C;
	}

/* FOOTER STYLES */

footer.page-footer {
	background: #750030;
	margin: 0px;
	
}

.footer-container {
	width: 1170px;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: center;
	color: white;
	font: normal normal 13px/180% 'Source Sans Pro', Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}

	.footer-container a {
		color: white;
	}
	
	.footer-container ul {
		padding: 0px;
	}

	.footer-container ul li {
		display: inline-block;
		font: normal normal 13px/180% 'Source Sans Pro', Arial, Helvetica, sans-serif;
		text-transform: uppercase; 
		letter-spacing: 1px;
	}
		
		.footer-container ul li:after {
			content: "|";
			padding: 0px 10px;
			color: white;
		}
		
		.footer-container ul li:last-child:after {
			content: none;
		}
	


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

label.question, div.question {
		width: 290px !important;
	}
	
	
	label.signin {
		margin-right: 28px !important;
	}
	
	label.signup {
		width: 230px !important;
		float:left !important;
		border: 1px solid red
		
	}
	
	input.input3 {
		float: left;
		width: 250px !important;
		padding: 5px !important;
		border-radius 0px !important;
		border: 1px solid black;
		font: normal normal 12px/150% 'Source Sans Pro', Arial, Helvetica, sans-serif;
		margin: 6px 0px 15px 0px !important;
	}
	
input.input, input.input2, select.select, textarea.textbox {
	padding: 5px !important;
	border-radius 0px !important;
	border: 1px solid black;
	font: normal normal 12px/150% 'Source Sans Pro', Arial, Helvetica, sans-serif;
	margin: 6px 0px 15px 0px !important;
}

input.submit-button {
	margin-left: 0px !important;
	color: white;
	background: #005077;
	border: none;
	padding: 4px 8px;
	font-size: 14px;
	text-transform: uppercase;
}

	input.submit-button:hover {
		background-color: #006a7f;
	}
	
input.submitcart-button {
	background: #005077 url('image/icon-cart.png') no-repeat top left;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
	margin-left: 0px !important;
	color: white;
	border: none;
	padding: 4px 10px 4px 24px;
	font-size: 14px;
	text-transform: uppercase;
}

	input.submitcart-button:hover {
		background-color: #006a7f;
	}

input.input-plant {
	font: normal normal 12px/160% 'Source Sans Pro', Arial, Helvetica, sans-serif;
	border-radius 0px !important;
	border: 1px solid black;
	padding: 2px;
	width: 200px;
}


input.input {
	width: 265px;

}

.tableless.right {
	float: right;
}
	.contactForm fieldset,
	.tableless fieldset {
		display: block;
		border: none;
		padding: 0;
		position: relative;
	}
	.contactForm fieldset.first,
	.tableless fieldset.first {
		min-height: 1.75em;
	}
		.contactForm fieldset.first p.label,
		.tableless fieldset.first p.label {
			position: absolute; 
			top: 0.5em; 
			right: 1em; 
			margin: 0; 
			padding: 0; 
			font-size: 90%; 
			text-align: right;
		}
	.contactForm fieldset.legend,
	.tableless fieldset.legend {
		padding-top: 2.5em;
	}
		.contactForm fieldset h3,
		.tableless fieldset h3 {
			padding: 2.5% 2.5% 0.75em;
			font-size: 110%;
		}
		.contactForm fieldset legend,
		.tableless fieldset legend {
			position: absolute;
			top: 0.5em;
			margin: 0;
			padding: 0;
			font: normal bold 100%/120% 'Source Sans Pro', Arial, Helvetica, sans-serif;
		}
		.contactForm fieldset.oneCol p.req,
		.contactForm fieldset.twoCol p.req,
		.contactForm fieldset.threeCol p.req,
		.tableless fieldset.oneCol p.req,
		.tableless fieldset.threeCol p.req,
		.tableless fieldset.twoCol p.req {
			position: absolute;
			top: 1.5em;
			right: 0;		
			margin: 0;
			padding: 0;
			width: 35%;	
			font-size: 90%;
			color: black;
			font-weight: bold;
		}
		.contactForm label.center,
		.tableless label.center {
			text-align: center;
		}
		
		fieldset.oneCol label,
		fieldset.oneCol textarea,
		fieldset.oneCol p,
		fieldset.twoCol label,
		fieldset.twoCol label.full,
		fieldset.twoCol p.full {
			display: block;
			margin: 0;
			padding: 0;
			width: 90%;
			color: black;
		}
		
		
		fieldset.oneColSmile textarea {
			display: block;
			margin: 0;
			padding: 10px;
			width: 95%;
			color: black;
		}
		
		fieldset.oneColSmile p,
		fieldset.oneColSmile label {
			color: black;
			margin-top: -20px;
		}
		
		fieldset.twoCol textarea,
		fieldset.oneCol textarea,
		fieldset.oneCol p {
			color:#333;
		}
		
		fieldset.twoCol label,
		fieldset.twoCol textarea {
			width: 44%;
			padding: 0;
			float: left;
			color: black;
		}
		
		fieldset.fourCol label,
		fieldset.fourCol textarea {
			width: 25%;
			padding: 0px;
			float: left;
			color: black;
		}
		
		fieldset.fourCol,
		fieldset.oneColSmile {
			padding: 0;
			font-size: 13px;
		}
		
		fieldset.fourCol input,
		fieldset.fourCol select,
		fieldset.fourCol textarea,
		fieldset.oneColSmile textarea  {
			margin-top: 0px;
		}
		
		fieldset abbr {
			display: block;
		}
		.contactForm fieldset select,
		.tableless fieldset select {
			display: block;
			max-width: 90%;
		}
		
		fieldset#volunteer {
			padding-left: 20px;
			color: #FFFFFF !important;
		}
	
	.contactForm .tdlabel,
	.contactForm .cell,
	.tableless .tdlabel,
	.tableless .cell {
		background-color: transparent;
	}
	.contactForm .error,
	.tableless .error {
		background-color: transparent;
	}
		.contactForm .error input,
		.contactForm .error select,
		.contactForm .error textarea,
		.tableless .error input,
		.tableless .error select,
		.tableless .error textarea,
		.tableless .error div {
			margin-top: 0.2em;
			padding: 0.2em;
			border: 1px solid red !important;
			background: #750030;
			-moz-box-shadow: 0 0 3px #C00;
			-webkit-box-shadow: 0 0 3px #C00;
			box-shadow: 0 0 3px #C00;
		}
		.contactForm p,
		.tableless p {
			padding: 0.3em;
			margin: 2.5%;
		}
		.contactForm p.success,
		.tableless p.success {
			color: #147145;
			font-weight: bold;
			background: #F0FFF0;
			background: rgba(0, 204, 0, 0.2);
			-moz-box-shadow:0 0 3px #147145;
			-webkit-box-shadow:0 0 3px #147145;
			box-shadow:0 0 3px #147145;
		}
	
	.contactForm input[type=submit],
	.tableless input[type=submit] {
		margin-left: 2.5%;
		margin-bottom: 2.5%;
	}
	
	/* Store Styles */
	
	
	#storeBreadcrumbs ul {
		padding-left: 0px;
	}
	
		#storeBreadcrumbs li {
			display: inline-block;
			margin-right: 15px;	
		}
	
	th.qty {
		text-align: center;
	}
	
	
	table#billing td, table#shipping td {
		border: 1px solid #333;
	}
	
		table#billing td input, table#shipping td input {
			margin-bottom: 5px !important;
			width: 400px
		}

	
	
	
	/* Search Results */

	.gsc-control-searchbox-only.gsc-control-searchbox-only-en {
		float: right;
		width: 450px;
		margin-right: -10px;
	}
	
		.gsc-control-cse.gsc-control-cse-en {
			background-color: transparent;
			border: none;
			padding: 0px;
			margin: 0px 0px 0px 0px !important;
		}
		
		#gsc-iw-id1.gsc-input-box {
			border: 1px solid black;
		}
				
		.gsc-search-button.gsc-search-button-v2 {
			padding: 10px 10px;
		    margin: 0px 0px 0px -24px;
		    border: none;
		    border-radius: 0px;
		}
		
		td#gs_tti50.gsib_a {
			padding: 5px 10px 10px 10px;
		}
		
		input#gsc-i-id1.gsc-input {
			font-size: 13px;
			margin-top: 0px;
		}
		
		span#gs_cb50.gscb_a {
			color: #999999;
			margin-top: -10px !important;
			font-size: 22px;
		}
	
	

		.back-to-top {
			position: fixed;
			bottom: 2em;
			right: 0px;
			text-decoration: none;
			color: #ffffff;
			background-color: rgba(77, 55, 77, 0.40);
			font-size: 13px;
			padding: 0.5em;
			display: none;
		 	font-weight : bold;
		 	font-family: 'Istok Web', arial,verdana;
		}

		.back-to-top:hover {	
			background-color: rgba(77, 55, 77, 0.70);
			color:#ffffff;
			text-decoration:none;
		}	
	
	
a.subButton {
	background:#9BA81C;
	padding:3px 8px;
	border:none;
	font:normal bold 11px/100% 'Source Sans Pro', Arial, Helvetica, sans-serif;
	color:white;
}	

a.subButton:hover {
	color:white;
}	

/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	position:absolute;
	border:1px solid #418cdd;
	background-color:#015077;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}

.tooltipsub {
	display:none;
	position:absolute;
	border:1px solid #d9dfba;
	background-color:#9BA81C;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}

.tooltiprequested {
	display:none;
	position:absolute;
	border:1px solid #cbcbcb;
	background-color:#999999;
	border-radius:5px;
	padding:10px;
	color:#fff;
	font-size:12px Arial;
}			
	
