/*------------------------------------------------
-------------------[SHORTCODES]-----------------
------------------------------------------------*/
.et-box
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 0px 0px 10px;
	/*+placement:shift 8px 0px;*/
	position: relative;
	left: 8px;
	top: 0px;
}
.et-box-content
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 1px 1px 1px #FFFFFF;
	padding: 16px 20px 8px 75px;
	min-height: 35px;
}
.et-box-content STRONG
{
	color: #000000;
	font-weight: bold;
}
.et-box-content H1, .et-box-content H2, .et-box-content H3, .et-box-content H4, .et-box-content H5, .et-box-content H6
{
	font-family: "Century Gothic", Arial, sans-serif;
}
.et-info
{
	border: 1px solid #CECB8E;
}
.et-info .et-box-content
{
	color: #8C8A64;
	background: #F7F4B4 url(images/et-info.png) no-repeat 18px 13px;
	border: 1px solid #FFFFEA;
}
.et-info .et-box-content H1, .et-info .et-box-content H2, .et-info .et-box-content H3, .et-info .et-box-content H4, .et-info .et-box-content H5, .et-info .et-box-content H6
{
	color: #6B6A54;
}
.et-warning
{
	border: 1px solid #E09B85;
}
.et-warning .et-box-content
{
	color: #957368;
	background: #FFCEBE url(images/et-warning.png) no-repeat 18px 13px;
	border: 1px solid #FFEEE8;
}
.et-warning .et-box-content H1, .et-warning .et-box-content H2, .et-warning .et-box-content H3, .et-warning .et-box-content H4, .et-warning .et-box-content H5, .et-warning .et-box-content H6
{
	color: #8E5643;
}
.et-download
{
	border: 1px solid #91C184;
}
.et-download .et-box-content
{
	color: #5C8A50;
	background: #C0F0B3 url(images/et-download.png) no-repeat 18px 13px;
	border: 1px solid #E9FFE3;
}
.et-download .et-box-content H1, .et-download .et-box-content H2, .et-download .et-box-content H3, .et-download .et-box-content H4, .et-download .et-box-content H5, .et-download .et-box-content H6
{
	color: #3A7629;
}
.et-bio
{
	border: 1px solid #80A0C1;
}
.et-bio .et-box-content
{
	color: #517193;
	background: #BEDEFF url(images/et-bio.png) no-repeat 18px 13px;
	border: 1px solid #E7F3FF;
}
.et-bio .et-box-content H1, .et-bio .et-box-content H2, .et-bio .et-box-content H3, .et-bio .et-box-content H4, .et-bio .et-box-content H5, .et-bio .et-box-content H6
{
	color: #4A6A8C;
}
.et-shadow
{
	border: 1px solid #CBC4C4;
	box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.1);
}
.et-shadow .et-box-content
{
	color: #6D6E6E;
	background: #F1F1F1;
	border: 1px solid #FFFFFF;
	padding-left: 30px;
}
.et-shadow .et-box-content H1, .et-shadow .et-box-content H2, .et-shadow .et-box-content H3, .et-shadow .et-box-content H4, .et-shadow .et-box-content H5, .et-shadow .et-box-content H6
{
	color: #4E4E4E;
}
.et-tooltip
{
	position: relative;
}
.et-tooltip-box
{
	display: none;
	color: #6D6E6E;
	line-height: 18px;
	background: #FFFFFF;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: absolute;
	bottom: 35px;
	left: -94px;
	width: 235px;
	padding: 20px 25px 22px;
	box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
}
.et-tooltip-arrow
{
	background: url(images/et-tooltip-arrow.png) no-repeat;
	width: 24px;
	height: 13px;
	display: block;
	position: absolute;
	bottom: -13px;
	left: 129px;
}
.et-learn-more
{
	background: #F9F9F9 url(images/et-learn-more-bg.png) repeat-x left top;
	border: 1px solid #E7E7E7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 16px 13px 0px 18px;
	margin: 10px 0px;
}
.et-learn-more H3.heading-more
{
	background: url(images/et-learn-more-closed.png) no-repeat right top;
	cursor: pointer;
	padding: 3px 45px 20px 0px;
	font: 18px "Century Gothic", Arial, sans-serif;
	color: #535353;
	letter-spacing: 0px;
}
.et-learn-more H3.open
{
	background: url(images/et-learn-more-opened.png) no-repeat right top;
}
.et-learn-more H3.heading-more SPAN
{
	display: block;
}
.et-learn-more .learn-more-content
{
	padding-bottom: 17px;
/*display: none;*/
	visibility: hidden;
}
.et_slidecontent .et-learn-more .learn-more-content
{
	display: block;
	visibility: hidden;
}
.et-open .learn-more-content
{
	display: block;
	visibility: visible !important;
}
.et-simple-slider
{
	background: #F9F9F9 url(images/et-learn-more-bg.png) repeat-x left top;
	border: 1px solid #E7E7E7;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 23px 40px 16px;
	margin: 10px 0px 10px;
	position: relative;
}
.et-simple-slider H1, .et-simple-slider H2, .et-simple-slider H3, .et-simple-slider H4, .et-simple-slider H5, .et-simple-slider H6
{
	font-family: "Century Gothic", Arial, sans-serif;
	color: #333333;
}
.et-simple-slides
{
	overflow: hidden;
	width: 100% !important;
}
.et-simple-slider DIV.et-slide
{
	display: none;
	width: 100% !important;
}
.et-simple-slider .et-slider-leftarrow, .et-simple-slider .et-slider-rightarrow
{
	position: absolute;
	top: 44%;
	display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999px;
}
.et-simple-slider .et-slider-leftarrow
{
	background: url(images/et-slider-left.png) no-repeat;
	left: -14px;
}
.et-simple-slider .et-slider-rightarrow
{
	background: url(images/et-slider-right.png) no-repeat;
	right: -13px;
}
.one_half, .one_third, .two_third, .one_fourth, .three_fourth
{
	float: left;
	margin-right: 4%;
	position: relative;
}
.one_half
{
	width: 48%;
}
.one_third
{
	width: 30.66%;
}
.two_third
{
	width: 65.32%;
}
.one_fourth
{
	width: 22%;
}
.three_fourth
{
	width: 74%;
}
A.small-button
{
	padding-right: 17px;
	height: 32px;
	float: left;
	display: block;
	font: 14px Arial, sans-serif;
	color: #FFFFFF !important;
	margin: 8px 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
	text-decoration: none;
}
A.small-button:hover
{
	text-decoration: none;
	color: #EEEEEE !important;
}
A.small-button SPAN
{
	height: 32px;
	display: block;
	line-height: 30px;
	padding: 0px 0px 0px 17px;
}
A.smallblue
{
	background: url(images/small-button-blue.png) no-repeat bottom right;
}
A.smallblue SPAN
{
	background: url(images/small-button-blue.png) no-repeat;
}
A.smalllightblue
{
	background: url(images/small-button-lightblue.png) no-repeat bottom right;
}
A.smalllightblue SPAN
{
	background: url(images/small-button-lightblue.png) no-repeat;
}
A.smallteal
{
	background: url(images/small-button-teal.png) no-repeat bottom right;
}
A.smallteal SPAN
{
	background: url(images/small-button-teal.png) no-repeat;
}
A.smallgreen
{
	background: url(images/small-button-green.png) no-repeat bottom right;
}
A.smallgreen SPAN
{
	background: url(images/small-button-green.png) no-repeat;
}
A.smallorange
{
	background: url(images/small-button-orange.png) no-repeat bottom right;
}
A.smallorange SPAN
{
	background: url(images/small-button-orange.png) no-repeat;
}
A.smallsilver
{
	background: url(images/small-button-silver.png) no-repeat bottom right;
	color: #3D3D3D !important;
	text-shadow: 1px 1px 1px #FFFFFF !important;
}
A.smallsilver:hover
{
	color: #000000 !important;
}
A.smallsilver SPAN
{
	background: url(images/small-button-silver.png) no-repeat;
}
A.smallblack
{
	background: url(images/small-button-black.png) no-repeat bottom right;
}
A.smallblack SPAN
{
	background: url(images/small-button-black.png) no-repeat;
}
A.smallred
{
	background: url(images/small-button-red.png) no-repeat bottom right;
}
A.smallred SPAN
{
	background: url(images/small-button-red.png) no-repeat;
}
A.smallpurple
{
	background: url(images/small-button-purple.png) no-repeat bottom right;
}
A.smallpurple SPAN
{
	background: url(images/small-button-purple.png) no-repeat;
}
A.smallpink
{
	background: url(images/small-button-pink.png) no-repeat bottom right;
}
A.smallpink SPAN
{
	background: url(images/small-button-pink.png) no-repeat;
}
A.big-button
{
	padding-right: 13px;
	height: 52px;
	float: left;
	display: block;
	font: 28px Arial, sans-serif;
	color: #FFFFFF !important;
	margin: 8px 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
	text-decoration: none;
}
A.big-button:hover
{
	text-decoration: none;
	color: #EEEEEE !important;
}
A.big-button SPAN
{
	height: 52px;
	display: block;
	line-height: 49px;
	padding: 0px 5px 0px 17px;
}
A.bigblue
{
	background: url(images/big-button-blue.png) no-repeat bottom right;
}
A.bigblue SPAN
{
	background: url(images/big-button-blue.png) no-repeat;
}
A.bigpurple
{
	background: url(images/big-button-purple.png) no-repeat bottom right;
}
A.bigpurple SPAN
{
	background: url(images/big-button-purple.png) no-repeat;
}
A.bigred
{
	background: url(images/big-button-red.png) no-repeat bottom right;
}
A.bigred SPAN
{
	background: url(images/big-button-red.png) no-repeat;
}
A.bigorange
{
	background: url(images/big-button-orange.png) no-repeat bottom right;
}
A.bigorange SPAN
{
	background: url(images/big-button-orange.png) no-repeat;
}
A.biggreen
{
	background: url(images/big-button-green.png) no-repeat bottom right;
}
A.biggreen SPAN
{
	background: url(images/big-button-green.png) no-repeat;
}
A.bigteal, A.bigturquoise
{
	background: url(images/big-button-turquoise.png) no-repeat bottom right;
}
A.bigteal SPAN, A.bigturquoise SPAN
{
	background: url(images/big-button-turquoise.png) no-repeat;
}
A.icon-button
{
	padding-right: 17px;
	height: 34px;
	float: left;
	display: block;
	font: 14px Arial, sans-serif;
	color: #474747 !important;
	margin: 8px 0px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) !important;
	background: url(images/icon-button-bg-sprite.png) no-repeat right -34px;
	text-shadow: 1px 1px 1px #FFFFFF !important;
	text-decoration: none;
}
A.icon-button SPAN.et-icon
{
	background: url(images/icon-button-bg-sprite.png) no-repeat;
	height: 34px;
	display: block;
}
A.icon-button SPAN.et-icon SPAN
{
	padding: 0px 0px 0px 40px;
	display: block;
	height: 34px;
	line-height: 32px;
}
A.icon-button:hover
{
	text-decoration: none;
	color: #000000 !important;
	background: url(images/icon-button-bg-sprite.png) no-repeat right bottom;
}
A.icon-button:hover SPAN.et-icon
{
	background: url(images/icon-button-bg-sprite.png) no-repeat left -68px;
}
A.download-icon SPAN.et-icon SPAN
{
	background: url(images/download-icon.png) no-repeat 14px 6px;
}
A.search-icon SPAN.et-icon SPAN
{
	background: url(images/search-icon.png) no-repeat 15px 8px;
}
A.refresh-icon SPAN.et-icon SPAN
{
	background: url(images/refresh-icon.png) no-repeat 14px 8px;
}
A.question-icon SPAN.et-icon SPAN
{
	background: url(images/question-icon.png) no-repeat 14px 9px;
}
A.people-icon SPAN.et-icon SPAN
{
	background: url(images/people-icon.png) no-repeat 14px 8px;
}
A.warning-icon SPAN.et-icon SPAN
{
	background: url(images/warning-icon.png) no-repeat 14px 8px;
}
A.mail-icon SPAN.et-icon SPAN
{
	background: url(images/mail-icon.png) no-repeat 14px 8px;
}
A.heart-icon SPAN.et-icon SPAN
{
	background: url(images/heart-icon.png) no-repeat 15px 10px;
}
A.paper-icon SPAN.et-icon SPAN
{
	background: url(images/paper-icon.png) no-repeat 15px 9px;
}
A.notice-icon SPAN.et-icon SPAN
{
	background: url(images/notice-icon.png) no-repeat 15px 9px;
}
A.stats-icon SPAN.et-icon SPAN
{
	background: url(images/stats-icon.png) no-repeat 15px 9px;
}
A.rss-icon SPAN.et-icon SPAN
{
	background: url(images/rss-icon.png) no-repeat 15px 8px;
}
.et-tabs-container
{
	background: #F7F7F7 url(images/tabs-container-bg.png) repeat-x;
	border: 1px solid #DCDCDC;
	border-bottom: 1px solid #A2A2A2;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
	position: relative;
	margin: 50px 0px 15px;
}
.et-tabs-container .et-tabs-control
{
	margin: 0px !important;
	position: absolute;
	top: -36px;
	left: 30px;
}
.et-tabs-container .et-tabs-control LI
{
	list-style: none outside none;
	margin: 0px 3px 0px 0px !important;
	float: left;
	background: url(images/et-tabs-control.png) no-repeat bottom right !important;
	padding-right: 10px !important;
	height: 35px;
	padding-left: 0 !important;
}
.et-tabs-container .et-tabs-control LI A
{
	font: 14px / 37px "Century Gothic", Arial;
	color: #515050 !important;
	text-shadow: 1px 1px 1px #FFFFFF !important;
	display: block;
	background: url(images/et-tabs-control.png) no-repeat !important;
	height: 35px;
	padding-left: 10px;
}
.et-tabs-container .et-tabs-control LI A:hover
{
	color: #000000 !important;
	text-decoration: none;
}
.et-tabs-container .et-tabs-control LI.active
{
	background: url(images/et-tabs-control-active.png) no-repeat bottom right !important;
	height: 44px;
	margin-top: -8px !important;
}
.et-tabs-container .et-tabs-control LI.active A
{
	background: url(images/et-tabs-control-active.png) no-repeat !important;
	height: 44px;
	line-height: 44px;
}
.js .et-tabs-content > DIV
{
	opacity: 0;
}
.tabs-left
{
	background: #FAFAFA url(images/left-links-bg.png) repeat-y;
	border: 1px solid #DCDCDC;
	border-bottom: 1px solid #A8A8A8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	padding-left: 210px;
	box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 15px;
}
.tabs-left .et-tabs-control
{
	width: 191px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	list-style: none outside none !important;
	margin: 0 !important;
}
.tabs-left .et-tabs-control
{
	padding-top: 6px;
}
.tabs-left .et-tabs-control LI
{
	width: 190px;
	padding-right: 0px !important;
	padding-left: 0 !important;
	background: none !important;
	list-style: none !important;
}
.tabs-left .et-tabs-control LI.active
{
	background: url(images/tabs-left-link-active.png) no-repeat right 11px !important;
	padding-right: 7px !important;
}
.tabs-left .et-tabs-control LI A
{
	color: #828282 !important;
	font: 14px "Century Gothic", Arial, sans-serif;
	text-shadow: 1px 1px 1px #FFFFFF !important;
	display: block;
	background: url(images/tabs-left-link-bottombg.png) no-repeat bottom left;
	padding: 10px 10px 11px 32px;
}
.tabs-left .et-tabs-control LI A:hover, .tabs-left .et-tabs-control LI.active A
{
	text-decoration: none;
	color: #4E4E4E !important;
}
.tabs-left .et-tabs-content
{
	padding: 23px 20px 23px 26px;
	margin-top: 12px;
}
.tabs-left .et-tabs-content H3
{
	padding-bottom: 14px;
	color: #333333;
}
.author-shortcodes
{
	margin-bottom: 15px;
	border: 1px solid #E1E1E1;
	border-bottom: 1px solid #979797;
	background: url(images/author-shortcodes-topbg.png) repeat-x;
	padding-top: 1px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.author-inner
{
	background: #FBFBFB url(images/author-bg.png) repeat-x bottom left;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 17px 21px 10px 17px;
}
.author-inner .author-image
{
	width: 62px;
	position: absolute;
	padding-left: 6px;
	padding-top: 6px;
	min-height: 85px;
}
.author-image IMG, .t-img IMG
{
	border: none !important;
}
.author-inner .author-image .author-overlay
{
	width: 69px;
	position: absolute;
	height: 75px;
	top: 0px;
	left: 0px;
	background: url(images/author-overlay-bg.png) no-repeat;
}
.author-inner .author-info
{
	padding-left: 83px;
}
.et-protected
{
	width: 315px;
}
.et-protected-form
{
	background: url(images/password-protected-bg.png) no-repeat;
	height: 144px;
	margin-bottom: 10px;
	padding: 26px 33px 0px 30px;
	font-family: Arial, sans-serif;
}
.et-protected-form P
{
	padding-bottom: 16px;
}
.et-protected-form P INPUT
{
	background: url(images/protected-input-bg.png) repeat-x;
	border: 1px solid #DADADA;
	margin: 0px 0px 0px 14px;
	padding: 7px;
	width: 150px;
}
.et-protected-form P INPUT[type="password"]
{
	margin-left: 16px;
}
.et-protected-form P INPUT:focus
{
	border-color: #2D3940;
	color: #3E3E3E;
}
.et-protected-form INPUT.etlogin-button
{
	background: url(images/protected-login-bg.png) no-repeat;
	border: none;
	width: 59px;
	height: 24px;
	float: right;
	color: #FFFFFF;
	font-size: 11px;
	text-shadow: -1px -1px 1px #000000;
	font-family: Arial, sans-serif;
}
.et-protected-form LABEL
{
	color: #757575;
	font-size: 14px;
}
P.et-registration
{
	text-align: right;
	font: 12px Georgia, serif;
	color: #757575;
}
P.et-registration A
{
	color: #424242;
	font-style: italic;
	font-weight: bold;
}
.et_slidecontent
{
	width: 90%;
	height: auto;
}
.et-simple-slides .et_slidecontent
{
	width: auto;
}
.et-image-slider
{
	background: #FBFBFB;
	border: 1px solid #E1E1E1;
	border-bottom: 1px solid #7A7A7A;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	position: relative;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
	padding: 3px;
	margin-bottom: 25px;
}
.et-image-shadow
{
/*background: url(images/et-image-slider-bottom.png) repeat-x; position: absolute; bottom: -6px;height: 5px; width: 88%;*/
	display: none;
}
.et-image-shadowleft
{
	background: url(images/et-image-sliderleft-shadow.png) no-repeat;
	position: absolute;
	bottom: -16px;
	height: 16px;
	width: 161px;
	left: 0px;
}
.et-image-shadowright
{
	background: url(images/et-image-sliderright-shadow.png) no-repeat;
	position: absolute;
	bottom: -16px;
	height: 16px;
	width: 161px;
	right: -22px;
}
.et-image
{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.et-image SPAN.et-image-overlay
{
	display: block;
	background: url(images/et-image-overlay.png) no-repeat;
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.et-image-slider .controllers-wrapper
{
	position: absolute;
	bottom: -26px;
	left: 50%;
	background: url(images/featured-controllers-left.png) no-repeat;
	height: 44px;
	padding-left: 12px;
	z-index: 30;
}
.et-image-slider .controllers-wrapper .controllers
{
	background: url(images/featured-controllers-bg.png) repeat-x;
	height: 30px;
	padding-top: 14px;
}
.et-image-slider .controllers-wrapper .controllers, .et-image-slider .controllers-wrapper .controllers-right
{
	float: left;
}
.et-image-slider .controllers-wrapper .controllers-right
{
	background: url(images/featured-controllers-right.png) no-repeat;
	height: 44px;
	width: 8px;
}
.et-image-slider .controllers-wrapper A
{
	text-indent: -9999px;
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	background: url(images/featured-controller.png) no-repeat;
	padding-right: 3px;
}
.et-image-slider .controllers-wrapper A:hover, .et-simple-slider A.et-slider-leftarrow:hover, .et-simple-slider A.et-slider-rightarrow:hover, .et-tabs-container .et-tabs-control LI A:hover, .tabs-left .et-tabs-control LI A:hover, A.small-button:hover, A.big-button:hover, A.icon-button:hover
{
	border: none !important;
}
.et-image-slider .controllers-wrapper A.active
{
	background: url(images/featured-controller-active.png) no-repeat;
}
.et-image-slider .controllers-wrapper A.left-arrow, .et-image-slider .controllers-wrapper A.right-arrow
{
	width: 15px;
	height: 23px;
	position: relative;
	top: -4px;
}
.et-image-slider .controllers-wrapper A.left-arrow
{
	background: url(images/featured-controllers-leftarrow.png) no-repeat;
	padding-right: 17px;
}
.et-image-slider .controllers-wrapper A.right-arrow
{
	background: url(images/featured-controllers-rightarrow.png) no-repeat top right;
	padding-left: 16px;
	padding-right: 0px;
}
.et-learn-more, .et-tabs-container, .tabs-left, .et-simple-slider, .author-shortcodes, .et-tooltip-box
{
	color: #201F1F !important;
	text-shadow: none !important;
}
.et-learn-more A, .et-tabs-container A, .tabs-left A, .et-simple-slider A, .author-shortcodes A, .et-tooltip-box A
{
	text-shadow: none !important;
}
.et-custom-list UL
{
	list-style: none !important;
	list-style-image: none !important;
	padding-left: 0 !important;
	margin: 0 !important;
}
.et-custom-list UL LI
{
	background: url(images/list-checkmark.png) no-repeat 0 3px !important;
	padding-left: 25px !important;
	margin: 5px 0 !important;
	list-style: none !important;
}
.etlist-x UL LI
{
	background: url(images/list-x.png) no-repeat 0 3px !important;
}
.etlist-dot UL LI
{
	background: url(images/list-dot.png) no-repeat 0 5px !important;
}
.et-custom-list UL LI UL
{
	padding: 2px 0px !important;
	margin: 0 !important;
}
.et-pricing
{
	margin: 40px 0 10px;
}
.pricing-table
{
	float: left;
	width: 200px;
	background: url(images/pricing-content-bottom.png) no-repeat bottom left;
	padding-bottom: 22px;
	position: relative;
	margin-left: -1px;
}
.pricing-heading
{
	background: url(images/pricing-header-blue.png) no-repeat bottom left;
	height: 80px;
	text-align: center;
	font-family: "Century Gothic", sans-serif;
}
.pricing-heading H2
{
	padding: 20px 10px 0px;
	margin: 0 !important;
	font-size: 24px;
	color: #FFF !important;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	background: none !important;
	font-weight: normal !important;
}
.pricing-heading P
{
	color: #AACBE0;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	padding: 0;
	margin-top: 2px;
}
.pricing-content
{
	background: #EEE url(images/pricing-content-bg.png) repeat-y;
}
.pricing-tcontent
{
	background: url(images/pricing-content-top.png) no-repeat;
	padding: 25px 6px 12px 7px;
}
.pricing-tcontent UL.pricing
{
	padding: 0 !important;
	list-style: none !important;
	background: url(images/pricing-separator.png) no-repeat;
	margin: 0 !important;
	list-style-image: none !important;
}
.pricing-tcontent UL.pricing LI
{
	background: url(images/pricing-separator.png) no-repeat bottom left !important;
	color: #929292;
	text-shadow: 1px 1px 1px #FFF;
	list-style: none !important;
}
.pricing-tcontent UL.pricing LI SPAN
{
	background: url(images/list-checkmark.png) no-repeat 26px 11px;
	display: block;
	padding: 8px 0 9px 48px;
}
.pricing-tcontent UL.pricing LI.x-mark SPAN
{
	background: url(images/list-x.png) no-repeat 26px 11px;
}
SPAN.et-price
{
	display: block;
	text-align: center;
	background: url(images/pricing-price-glow.png) no-repeat;
	height: 44px;
	font-size: 48px;
	color: #4A9D46;
	font-family: Georgia, serif;
	text-shadow: 1px 1px #FFF;
	padding: 2px 0 17px;
	line-height: normal;
}
SPAN.et-price SUP
{
	font-size: 24px;
	bottom: 13px;
	left: 1px;
}
SPAN.et-price SPAN.dollar-sign
{
	font-size: 36px;
}
.pricing-table A.join-button
{
	background: url(images/join-button.png) no-repeat bottom right;
	display: block;
	padding-right: 13px;
	height: 29px;
	position: absolute;
	left: 63px;
	bottom: -3px;
	font-size: 12px;
	color: #FFF !important;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
}
.pricing-table A.join-button SPAN
{
	background: url(images/join-button.png) no-repeat;
	display: block;
	height: 29px;
	padding-left: 14px;
	line-height: 25px;
}
.pricing-table A.join-button:hover
{
	text-decoration: none;
	color: #EEE !important;
	cursor: pointer;
	border: none !important;
}
.pricing-big
{
	width: 230px;
	background: url(images/pricing-big-bottom.png) no-repeat left bottom;
	margin-top: -28px;
}
.pricing-big .pricing-heading
{
	background: url(images/pricing-header-green.png) no-repeat left bottom;
}
.pricing-big .pricing-content
{
	background: #EEE url(images/pricing-big-content.png) repeat-y;
}
.pricing-big .pricing-tcontent
{
	background: url(images/pricing-big-content-top.png) no-repeat;
	padding-left: 23px;
	padding-right: 20px;
	padding-top: 53px;
}
.pricing-big A.join-button
{
	left: 78px;
}
.pricing-big SPAN.et-price
{
	margin-top: 17px;
}
.pricing-big .pricing-heading P
{
	color: #A8D9D4;
}
.et-testimonial-box
{
	border: 1px solid #C6C6C6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #FFF;
	padding: 1px;
	position: relative;
	margin: 10px 0 35px;
}
.et-testimonial-content
{
	min-height: 200px;
	background: #FFF url(images/testimonial-bg.png) repeat-x bottom left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.et-testimonial
{
	padding: 22px 28px 22px 48px;
	background: url(images/testimonial-quotes.png) no-repeat 17px 24px;
	color: #424242;
	text-shadow: none;
}
.t-img
{
	float: left;
	position: relative;
	margin: 4px 8px 5px 0;
}
.t-img IMG
{
	margin: 6px 0 0 6px;
}
.t-img .t-overlay
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.t-img, .t-img .t-overlay
{
	width: 69px;
	height: 74px;
	background: url(images/author-overlay-bg.png) no-repeat;
}
.t-info
{
	background: url(images/testimonial-separator.png) repeat-x;
	padding: 13px 0 0;
	text-align: right;
	font-family: Georgia, serif;
	margin-top: 10px;
}
.t-info .t-author
{
	font-size: 13px;
	color: #111111;
	display: block;
}
.t-info .t-position
{
	font-size: 11px;
	color: #9C9C9C;
	font-style: italic;
	display: block;
}
.t-bottom-arrow
{
	background: url(images/testimonial-bottom-arrow.png) no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	bottom: -22px;
	right: 38px;
}
.t-bottom-shadow
{
	background: url(images/testimonial-bottom-shadow.png) no-repeat;
	width: 150px;
	height: 14px;
	position: absolute;
	bottom: -14px;
	left: 1px;
}
.et-dropcap
{
	font-size: 48px;
	float: left;
	display: block;
	margin: 0 7px 0 0;
	line-height: 1;
}
.et_quote
{
	background: url(images/left-quotes-big.png) no-repeat;
	padding-left: 57px;
	min-height: 40px;
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
}
.et_right_quote
{
	width: 100%;
}
.quote-center
{
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	background: url(images/left-quotes-small.png) no-repeat 0px 3px;
	padding-left: 30px;
}
.quote-center .et_right_quote
{
	padding-right: 30px;
	width: 95%;
	background: url(images/right-quotes-small.png) no-repeat 100% 3px;
}
.et-tabs-container .et-tabs-control
{
	padding: 0;
}
.tabs-left .et-tabs-control
{
	padding-left: 0;
}
.author-info H1, .author-info H2, .author-info H3, .author-info H4, .author-info H5, .author-info H6
{
	color: #201F1F !important;
}
A.small-button, A.big-button, A.icon-button
{
	cursor: pointer;
	font-weight: normal !important;
	text-decoration: none !important;
}
.et-tabs-container .et-tabs-control LI A, .tabs-left .et-tabs-control LI A
{
	text-decoration: none !important;
}
.tabs-left .et_slidecontent
{
	background: #FAFAFA;
}
.et-tabs-container .et_slidecontent
{
	background: #F7F7F7 url(images/tabs-container-bg.png) repeat-x;
}
.et-learn-more .learn-more-content, .et-simple-slider .et_slidecontent
{
	background: #F9F9F9;
}
.t-info
{
	position: relative;
}
.clearfix:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* HTML .clearfix
{
	zoom: 1;
}
/*IE6*/
*:first-child + HTML .clearfix
{
	zoom: 1;
}
/*IE7*/
.last
{
	margin-right: 0px !important;
	clear: right;
}
.clear
{
	clear: both;
}
