﻿/* Content 	*********************************/
/*  	 									*/
/*		1- Headers and links 				*/
/*		2- Banners 							*/
/*		3- Colored text elements 			*/
/*		4- Read More button 				*/
/*		5- Buy Now button					*/
/*		6- Quote 							*/
/*		7- List arrow 						*/
/*		8- Label 							*/
/*  	 									*/
/* / Content ********************************/


/* Headers and links */
h1, h1.mediumHeader, h2, h3, h4 {
	color: #39434D;
	text-shadow:0px 1px 1px #fff;
}
a, a:link, a:visited {
	color:#8ead3c;
	text-decoration:none;
	border-bottom:1px #8ead3c dotted;
}
a:hover, a:active {
	color:#63792a;
	border-bottom:1px #63792a dotted;
}
/* / Headers and links */

/* Banners */
.bannerBackground {
	background: #8ead3c;
	background: -webkit-gradient(linear, left top, left bottom, from(#8ead3c), to(#738d2d));
	background: -moz-linear-gradient(top, #8ead3c, #738d2d);
	background: -ms-linear-gradient(top, #8ead3c, #738d2d); /* IE10 */
	background: -o-linear-gradient(top, #8ead3c, #738d2d); /* Opera 11.10+ */
	background: linear-gradient(top, #8ead3c, #738d2d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ead3c', endColorstr='#738d2d');
}
.bannerBackground2 {
	background: #8ead3c;
	background: -webkit-gradient(linear, left top, left bottom, from(#8ead3c), to(#738d2d));
	background: -moz-linear-gradient(top, #8ead3c, #738d2d);
	background: -ms-linear-gradient(top, #8ead3c, #738d2d); /* IE10 */
	background: -o-linear-gradient(top, #8ead3c, #738d2d); /* Opera 11.10+ */
	background: linear-gradient(top, #8ead3c, #738d2d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ead3c', endColorstr='#738d2d');
}
/* / Banners */

/* Colored text elements */
.price p, .phoneNumber, blockquote, .highlighted, .whiteLabel {
	color:#8ead3c;
}
/* / Colored text elements */

/* Read More button */
.readMore {
	color: #777777 !important;
	text-shadow: 0 0px 1px #ffffff;
	border: solid 1px #e0e0e0 !important;
	background: #d0d0d0;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#d0d0d0));
	background: -moz-linear-gradient(top, #f2f2f2, #d0d0d0);
	background: -ms-linear-gradient(top, #f2f2f2, #d0d0d0); /* IE10 */
	background: -o-linear-gradient(top, #f2f2f2, #d0d0d0); /* Opera 11.10+ */
	background: linear-gradient(top, #f2f2f2, #d0d0d0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#d0d0d0');
}
.readMore:hover {
	background: #eeeeee;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dddddd));
	background: -moz-linear-gradient(top, #fff, #dddddd);
	background: -ms-linear-gradient(top, #ffffff, #dddddd); /* IE10 */
	background: -o-linear-gradient(top, #ffffff, #dddddd); /* Opera 11.10+ */
	background: linear-gradient(top, #ffffff, #dddddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dddddd');
}
.readMore:active {
	color: #444444 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#d0d0d0), to(#fff));
	background: -moz-linear-gradient(top, #d0d0d0, #f2f2f2);
	background: -ms-linear-gradient(top, #d0d0d0, #f2f2f2); /* IE10 */
	background: -o-linear-gradient(top, #d0d0d0, #f2f2f2); /* Opera 11.10+ */
	background: linear-gradient(top, #d0d0d0, #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0d0d0', endColorstr='#ffffff');
}
/* / Read More button */

/* Buy Now button */
.buyNow {
	text-shadow: 0 1px 1px #444;
	color: #ffffff !important;
	border: solid 1px #64782e !important;
	background: #8ead3c;
	background: -webkit-gradient(linear, left top, left bottom, from(#8ead3c), to(#738d2d));
	background: -moz-linear-gradient(top, #8ead3c, #738d2d);
	background: -ms-linear-gradient(top, #8ead3c, #738d2d); /* IE10 */
	background: -o-linear-gradient(top, #8ead3c, #738d2d); /* Opera 11.10+ */
	background: linear-gradient(top, #8ead3c, #738d2d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ead3c', endColorstr='#738d2d');
}
.buyNow:hover {
	background: #b7cc80;
	background: -webkit-gradient(linear, left top, left bottom, from(#b7cc80), to(#859951));
	background: -moz-linear-gradient(top, #b7cc80, #859951);
	background: -ms-linear-gradient(top, #b7cc80, #859951); /* IE10 */
	background: -o-linear-gradient(top, #b7cc80, #859951); /* Opera 11.10+ */
	background: linear-gradient(top, #b7cc80a, #859951);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b7cc80', endColorstr='#859951');
}
.buyNow:active {
	color: #000000 !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#738d2d), to(#8ead3c));
	background: -moz-linear-gradient(top, #738d2d, #8ead3c);
	background: -ms-linear-gradient(top, #738d2d, #8ead3c); /* IE10 */
	background: -o-linear-gradient(top, #738d2d, #8ead3c); /* Opera 11.10+ */
	background: linear-gradient(top, #738d2d, #8ead3c);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#738d2d', endColorstr='#8ead3c');
}
/* / Buy Now button */

/* Quote [ Quote color located in 'Colored text elements' ] */
.circleIcon, .circleIcon2 {
	color:#8ead3c;
	background-color:#f4f4f4;
}
blockquote {
	text-shadow:0 1px 0 #ccc;
}
/* / Quote */

/* List arrow */
ul.pricingTableReadMore li, ul.productFeatures li {
	background-image:url('../images/green_arrow.png');
}
/* / List arrow */

/* Label */
.label {
	background: #8ead3c;
	background: -webkit-gradient(linear, left top, left bottom, from(#8ead3c), to(#738d2d));
	background: -moz-linear-gradient(top, #8ead3c, #738d2d);
	background: -ms-linear-gradient(top, #8ead3c, #738d2d); /* IE10 */
	background: -o-linear-gradient(top, #8ead3c, #738d2d); /* Opera 11.10+ */
	background: linear-gradient(top, #8ead3c, #738d2d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8ead3c', endColorstr='#738d2d');
}
/* / Label */