/* @override http://balancesf.com/css/style.css */
/* @override http://dev.balancesf.com/css/style.css */
/*@group reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: none;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,

q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Elements */

html {
	background: #643B25;
}

/* 62.5% resets default pixel size from 16 to 10; easier to work in base 10 */

body {
	font: 62.5%/1 Tahoma, Helvetica, Arial, sans-serif;
	text-align: left;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.25;
}

h1 {
	font-size: 2.1em;
}

h2 {
	font-size: 1.8em;
}
.entry h2{
	font-size: 1.7em;
	margin-bottom: 10px;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 5px;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .8em;
}

p, ul, ol, dl {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0 0 1.5em;
}

ul {
	list-style-type: disc;
}

ul ul {
	list-style-type: circle;
}

ol {
	list-style-type: decimal;
}

li {
	margin-bottom: 5px;
}

a:link, a:visited {
	color: #704e37;
}

a:hover, a:active {
	text-decoration: underline;
}

a:focus {
	outline: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

blockquote {
	margin-bottom: 20px;
}
blockquote p{
	margin-bottom: 12px;
}

blockquote cite {
	display: block;
	font-weight: bold;
	font-style: italic;
	margin-top: 12px;
	margin-bottom: ;
}

#main p {
	color: white;
}

#main .post p {
	color: #704E37;
}

#main div.entry ol {
	list-style-type: disc;
	margin-left: 20px;
}

#main div.entry ul {
	list-style-type: disc;
	margin-left: 20px;
}

#maindiv.entry ul li {
	list-style-type: disc;
}

#maindiv.entry ol li {
	list-style-type: disc;
}

/* @end */

/* @group Layout */

/*Home*/

#main {
	margin: 15px auto;
	width: 975px;
	padding: 0px;
	zoom: 1;
}

#main:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#top-nav {
	margin: 18px 3px 5px 3px;
	padding: 0px;
}

#top-nav ul {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: right;
}

#top-nav ul li {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#top-nav ul li.active a {
	color: #FF6C00;
}

/* My Comment */

#top-nav ul li a {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 12px;
	color: #fff;
	background: url(../images/layout/square.png) no-repeat center left;
	text-decoration: none;
}

#top-nav ul li.cart a {
	background: none;
	padding: 0;
	position: relative;
	top: 1px;
}

#top-nav ul li a:hover {
	color: #FF6C00;
	text-decoration: none;
}

#lf-box {
	margin: 0px;
	padding: 19px 13px 5px 14px;
	float: left;
	width: 204px;
	height: 267px;
	border: 4px solid #fff;
	background: #FF6C00;
}

#lf-box h3 {
	font-size: 1.3em;
	color: #fff;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
}

#lf-box p {
	font-size: 1.2em;
	line-height: 1.3em;
}

#lf-box p a {
	color: #fff;
	text-decoration: underline;
}

#lf-box p a:hover {
	color: #643b25;
	text-decoration: underline;
}

#lf-box h2 {
	margin-bottom: 12px;
}

#from-blog:link, #from-blog:visited {
	display: block;
	position: relative;
	overflow: hidden;
	width: 107px;
	height: 19px;
	background: url(../images/layout/from_the_blog.png) no-repeat left top;
}

#from-blog:hover, #from-blog:active {
	background-position: 0 -36px;
}

#from-blog span {
	position: absolute;
	left: -999px;
}

#main-box {
	margin: 0px 0px 0px 248px;
	padding: 0px;
	height: 291px;
	width: 716px;
	border: 4px solid #fff;
	background: #FFEFB4;
	overflow: hidden;
}

#main-box p {
	margin: 5px 35px 10px 39px;
	padding: 0px;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #704E37;
}

#main-box p a {
	color: #704E37;
	text-decoration: underline;
}
#main-box p a:hover{
	color: #ff6c00;
}

#main-box p img.centered {
	margin: 20px 0px 2px 127px;
	padding: 0px;
}

#for_our_right_box {
	width: 180px;
	padding: 2px 10px 5px 30px;
	margin-top: 10px;
	margin-right: 20px;
}

#for_our_center_box {
	border-left: 1px solid #704E37;
	border-right: 1px solid #704E37;
	width: 180px;
	height: ;
	padding: 2px 15px 5px 37px;
	margin-top: 0px;
}

#for_our_left_box {
	width: 185px;
	padding: 2px 5px 5px 20px;
	margin-top: 10px;
	margin-left: 20px;
}

div#for_our_left_center_boxes_wrapper {
	margin: 7px 0 0 0;
	padding: 0px;
}

#for_our_right_box p {
	margin: 0px;
	padding: 0px;
}

#for_our_center_box p {
	margin: 0px;
	padding: 0px;
}

#for_our_left_box p {
	margin: 0px;
	padding: 0px;
}

#lf-center-boxes img {
	border: 4px solid #fff;
	margin: 9px 8px 0px 0px;
}

#lf-center-boxes img.napo {
	margin: 9px 0 0 0;
}

#lf-center-boxes img.whatsup {
	margin: 9px 0 0 8px;
}

#matter_and_energy {
	margin-top: 16px;
	margin-left: 40px;
	text-align: left;
}

#matter_and_energy p {
	margin-top: -10px;
	margin-bottom: 3px;
}

#matter_and_energy p.matter {
	margin-left: 0px;
}

#matter_and_energy p.energy {
	margin-left: 67px;
	margin-top: -15px;
}

#matter_and_energy p.matter img, #matter_and_energy p.energy img {
	position: relative;
	top: 16px;
}

#matter_and_energy.yesterday {
	margin-top: 0px;
}

#matter_and_energy.yesterday p {
	margin-top: 0px;
	margin-bottom: 3px;
}

#rgt-box {
	float: right;
	margin: 9px 03px 0px 0px;
	padding: 0px;
	width: 312px;
	height: 121px;
	background: #10BFEE url(../images/layout/bg_rgt-box.png) 10px center no-repeat;
	border: 4px solid #fff;
}

#rgt-box .link {
	overflow: hidden;
	position: absolute;
	width: 145px;
	height: 121px;
}

#rgt-box .link span {
	position: absolute;
	left: -999px;
}

#rgt-box #small-green-box {
	margin: 10px 11px 9px 147px;
	padding: 9px 16px 10px 14px;
	background: #10BFEE url(../images/layout/bg_lightblue_box.png) no-repeat top left;
	color: #704e37;
}

#rgt-box #small-green-box p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: #704e37;
	line-height: 1.2em;
}

#rgt-box p a {
	color: #704e37;
	text-decoration: underline;
}

#rgt-box p a:hover {
	color: #fff;
	text-decoration: underline;
}

/* @end Home */

/*@group Secundary*/

#lf-column {
	float: left;
}

/* @group left-nav */

#top-box {
	margin: 0px;
	padding: 0px;
	width: 229px;
	height: 290px;
	border: 4px solid #fff;
	background: #FF6C00;
}

#top-box ul {
	margin: 20px 0px 0px 20px;
	font-size: 3.0em;
	line-height: 1em;
	list-style-type: none;
}

#top-box ul li {
	margin: 15px 0px 15px;
}

#top-box ul li a {
	text-decoration: none;
	display: block;
	width: 195px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#top-box ul li a span {
	position: absolute;
	left: -999px;
}

#top-box ul li a:hover, #top-box ul li.active a {
	background-position: left -128px;
}

#top-box ul li.sub_page_id_2 a {
	background-image: url(../images/layout/nav/working_together.png);
	height: 61px;
}

#top-box ul li.sub_page_id_8 a {
	background-image: url(../images/layout/nav/nancy_castelli.png);
	height: 60px;
}

#top-box ul li.sub_page_id_9 a {
	background-image: url(../images/layout/nav/clients.png);
	height: 28px;
}

#top-box ul li.sub_page_id_3, #top-box ul li.sub_page_id_10, #top-box ul li.sub_page_id_11, #top-box ul li.sub_page_id_12, #top-box ul li.sub_page_id_4, #top-box ul li.sub_page_id_14, #top-box ul li.sub_page_id_5,#top-box ul li.sub_page_id_19, #top-box ul li.sub_page_id_7, #top-box ul li.sub_page_id_22 {
	margin-bottom: 15px;
}

#top-box ul li.sub_page_id_3 a {
	background-image: url(../images/layout/nav/business.png);
	height: 28px;
}

#top-box ul li.sub_page_id_10 a {
	background-image: url(../images/layout/nav/office.png);
	height: 28px;
}

#top-box ul li.sub_page_id_11 a {
	background-image: url(../images/layout/nav/home.png);
	height: 28px;
}

#top-box ul li.sub_page_id_12 a {
	background-image: url(../images/layout/nav/life.png);
	height: 28px;
}

#top-box ul li.sub_page_id_4 a {
	background-image: url(../images/layout/nav/calendar.png);
	height: 28px;
}

#top-box ul li.sub_page_id_14 a {
	background-image: url(../images/layout/nav/workshops.png);
	height: 28px;
}

#top-box ul li.sub_page_id_5 a {
	background-image: url(../images/layout/nav/shopping.png);
	height: 28px;
}

#top-box ul li.sub_page_id_18 a {
	background-image: url(../images/layout/nav/recycle.png);
	height: 61px;
}

#top-box ul li.sub_page_id_19 a {
	background-image: url(../images/layout/nav/partners.png);
	height: 28px;
}

#top-box ul li.sub_page_id_7 a {
	background-image: url(../images/layout/nav/contact.png);
	height: 28px;
}

#top-box ul li.sub_page_id_22 a {
	background-image: url(../images/layout/nav/phone_post.png);
	height: 61px;
}

#top-box ul li.sub_page_id_57 a {
	background-image: url(../images/layout/nav/sales_team.png);
	height: 28px;
}

#top-box ul li.sub_page_id_16 a {
	background-image: url(../images/layout/nav/speaking.png);
	height: 28px;
}

#top-box ul li.sub_page_id_13 a {
	background-image: url(../images/layout/nav/green.png);
	height: 28px;
}

#top-box ul li.sub_page_id_15 a {
	background-image: url(../images/layout/nav/teleclasses.png);
	width: 205px;
	height: 59px;
}

#top-box ul li.sub_page_id_17 a {
	background-image: url(../images/layout/nav/toolbox.png);
	height: 28px;
}

#top-box ul li.sub_page_id_16 a {
	background-image: url(../images/layout/nav/speaking.png);
	height: 28px;
}

#top-box ul li.sub_page_id_20 a {
	background-image: url(../images/layout/nav/custom_event.png);
	height: 61px;
}

/* @end */

#top-box p img {
	padding: 30px 0px 0px 20px;
	font-size: 1.7em;
}

#bt-boxes img {
	border: 4px solid #fff;
	margin: 12px 12px 0px 0px;
}

#main-box-secundary {
	margin: 0px 0px 0px 249px;
	padding: 0px;
	height: 413px;
	width: 715px;
	border: 4px solid #fff;
	background: #FFF1c7;
	color: #704E37;
}

.post .entry {
	margin: 35px 0 20px 0;
	padding: 0;
}

#left_images {
	margin: 0px 25px 0px 0px;
	float: right;
	text-align: center;
	width: 180px;
}

#left_images img {
	margin: 35px 0px 10px 0px;
}

#left_images a {
	text-decoration: none;
}

.border {
	border: 4px solid #fff;
}
.contacticon{
	margin-top: 0px !important;
}
/*@end*/

/*@group Resources */

#main-box-resources {
	margin: 0px 0px 0px 249px;
	padding: 0px;
	height: 413px;
	width: 715px;
	border: 4px solid #fff;
	background: #fff1c7;
}

.post .entry {
	margin: 35px 0 0 0;
	padding: 0;
	overflow: auto;
	height: 350px;
	color: #704e41;
}

/* @end */

/* @group Index(blog) */

#blog_header {
	margin: 0px 0px 18px 33px;
	padding: 0px;
}

#blog_header p {
	width: 90px;
	margin: 0px 0px 0px 326px;
	padding: 32px 30px 32px 452px;
	background: #10BFE6 url(../images/layout/bg_blog-header.png) no-repeat right;
	border: 4px solid white;
	position: relative;
}

#blog_header p a {
	color: #704e37;
	text-decoration: underline;
}

#blog_header p .link {
	overflow: hidden;
	position: absolute;
	width: 400px;
	height: 112px;
	top: 0px;
	left: 0px;
}

#blog_header p .link span {
	position: absolute;
	left: 999px;
}

#blog_header #logo {
	margin-top: 8px;
	float: left;
}

#blog #top-nav {
	margin: 0px 38px 5px 33px;
}

.right-columns-wrapper {
	margin-left: 240px;
	width: 699px;
	margin-right: 38px;

}

#blog_column {
	width: 500px;
}

#links_column {
	margin: 0px 36px 0 500px;
	padding: 30px 10px 0;
	border: 4px solid #fff;
	width: 173px;
	text-align: center;
	background: #76d31c;
}

#links_column ul {
	list-style-type: none;
}

#links_column a {
	color: #fff;
	text-decoration: none;
}

#post_column {
	border: 4px solid #fff;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	background: #ffefb4;
	color: #63422f;
	min-height: 1885px;
}

#blog_nav_column {
	position: relative;
	margin: 0px 0px 0px 30px;
	padding: 30px 10px 0;
	border: 4px solid #fff;
	width: 173px;
	background: #ff6c00;
	min-height: 1250px;
	float: left;
}

#blog_nav_column img {
	border: 3px solid #fff;
}

#blog_nav_column img.no-border {
	border: none;
}

#blog_nav_column h2 {
	font: normal 2em Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	color: white;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#blog_nav_column ul {
	margin: 0px 0px 30px 10px;
	list-style-type: none;
	line-height: 1em;
	color: white;
}

#blog_nav_column p {
	margin-left: 10px;
}

#blog_nav_column p.center {
	margin-left: 0;
}

#blog_nav_column a:link, #blog_nav_column a:visited {
	color: #ffefb4;
	text-decoration: none;
}

#blog_nav_column a:hover, #blog_nav_column a:active {
	text-decoration: underline;
}

#blog_nav_column .custom {
	margin-top: 70px;
}

#post_column a {
	color: #ff6c00;
	text-decoration: underline;
}

#post_column h2 {
	font-size: 1.7em;
	font-family: tahoma, arial, sans-serif;
	font-weight: bold;
	line-height: 1.3em;
	margin: 0 0 5px;
}

#post_column h2 a {
	color: #643b25;
	text-decoration: none;
}

#post_column .post {
	margin: 30px 35px 50px;
	line-height: 1em;
}

#post_column .post .entry {
	margin-top: 0;
	height: 100%;
}

#post_column .post .entry p {
	margin-bottom: 10px;
}
.bottom-img{
	position: absolute;
	bottom: 0;
	left: 60px;
	margin-bottom: 25px;
	z-index: 99;
}
.bottom-img img{
	border: 4px solid white;
}
.columns-wrapper{
	overflow: hidden;
	position: relative;

}
#blog_nav_column{
	padding-bottom: 35000px;
	margin-bottom: -35000px;
}
div.bottom-border{
	position: absolute;
	bottom: 0;
	left: 33px;
	z-index: 99;
	width: 195px;
	border-bottom: 4px solid white;
}
.social_media {
	width: 144px;
	display: block;
	margin: 0 auto 1.5em !important;
	padding-left: 1px;
	zoom: 1;
}
.social_media:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}
.social_media img{
	border: none !important;
}
.social_media li{
	float: left;
	margin:0 2px;
}
.entry img{
	padding: 0 5px 5px;
}
/*@end*/

/* @group Entry Common */

.entry a{
	color: #704e37;
	text-decoration: underline;
}

.entry a:hover {
	color: #ff6c00;
	text-decoration: underline;
}

/*@end*/

/*@group Classes*/

.center {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.no-border {
	border: none;
}

.no-margin {
	margin: -18px 0px 20px 0px;
	padding: 0px;
}

.clear-right {
	clear: right;
	height: 0;
	margin: 0;
	padding: 0;
}

.clear-left {
	clear: left;
	height: 0px;
	margin: 0;
	padding: 0;
}

#main-box p a.right img {
	margin: 5px 0px 0px 10px;
}

.bigger {
	font-size: 1.2em;
}

p.small {
	font-size: .9em;
	margin-bottom: 10px;
}

img.wide {
	padding: 0px 1px;
	background-color: #fe8611;
}

#main-box p.orange {
	color: #fe8611;
}

#main-box .small {
	font-size: 1.0em;
}

.text_align_right {
	text-align: right;
}

.clear {
	clear: both;
}

.small-line-space {
	line-height: 1.2em;
}

img.left {
	margin: 0 15px 10px 0;
	border: 4px solid white;
}

#main-box p.quote {
	margin-top: 26px;
	margin-bottom: 0px;
	margin-right: 50px;
}

#main-box p.quote.yesterday {
	margin-top: 33px;
	margin-bottom: 0px;
}

#main-box p.flush {
	margin-bottom: 0;
}

#boxes_wrapper {
	margin-top: 0px;
	padding: 1px;
	font-size: .9em;
}

#boxes_wrapper p span {
	font-weight: bold;
}

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.no-button-margin{
	margin-bottom: 5px;
}
/*@end*/

/* @group Custom Scrolbars */

div.scroller.narrow {
	width: 445px;
}

div.scroller {
	width: auto;
	margin: 35px 0px 20px 35px;
	padding: 0px 20px 0px 0px;
	height: 350px;
}

.post .scroller.narrow .entry {
	margin: 0;
	padding: 0;
	width: 385px;
	float: left;
}

.post .scroller .entry {
	margin: 0;
	padding: 0;
	width: 570px;
	float: left;
}

div.scroller .scrollarea {
	height: 350px;
	width: 10px;
	float: right;
	cursor: pointer;
}

div.scroller div.scrollBarContainer {
	height: 332px;
	background: #fff;
}

div.scroller .scrollKnob {
	width: 8px;
	margin: 0px;
	border: 1px solid #643b25;
	background: #ff6c00;
	min-height: 10px;
}

div.scroller .scrollForward, div.scroller .scrollBack {
	width: 8px;
	margin: 0px;
	border: 1px solid #643b25;
	background: #ff6c00;
	height: 5px;
}

/* @end */

/* @group Contact Form */

#contactForm {
	width: 367px;
}

#contactForm .formLabel {
	width: 85px;
	float: left;
	padding: 8px 6px 0px 00px;
}

#contactForm .formInput {
	float: left;
	padding: 3px 0px;
}

#contactForm .formInput input {
	width: 270px;
}

#contactForm .formInput select {
	width: 150px;
}

.formRow {
	zoom: 1;
}

.formRow p {
	padding: 0;
	margin: 0 0 10px 0;
}

.formRow:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#formCol4 {
	margin: 8px 0 0 0px;
}

#comments {
	width: 270px;
	margin: 0;
	padding: 2px;
	float: right;
}

#send {
	margin: 10px 0 0 91px;
	width: auto;
}
#fallow-me ul{
	list-style-type: none;
}
#fallow-me img{
	margin-top: 0;
}
/* @end */

/* @group Custom Event Form */

label {
	font-weight: bold;
	padding: 10px 0 0 0;
}

#client-info input, #organization-info input, #event-details input, input#fld_other {
	width: 175px;
	margin: -4px 0 0 0;
}

#client-info label, #organization-info label, #event-info label, #event-details label {
	display: block;
}
#client-info .left input{
	
}
#organization-info{
	
}
#form_submit{
	margin: 10px 0 0 0;
	padding-bottom: 20px;
	height: 30px;
	
}
#form_submit input{
	vertical-align: bottom;
}

#event-details {
	margin: 0 0 0 0;
}

#event-info {
	margin: 5px 0 0px 0;
}
#event-info label{
	font-size: 1.2em;
}
#event-info ul {
	list-style-type: none !important;
	margin: 10px 0 5px!important;
}

#event-info p {
	margin: 0px;
	padding: 0px;
}
#event-info label.other{

	padding-top: 3px;
}
#client-info{
	margin-top: -15px;
}

/* @end */

/* @group Moodalbox content */

.popup {
	background: #FFF1c7;
	color: #704E37;
	padding: 40px 40px 30px;
	border: 4px #ff6c00 solid;
}

.popup h4 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
}

.popup h1 {
	font-size: 2.4em;
	font-weight: bold;
	margin-bottom: 15px;
}

.popup h2 {
	font-size: 1.8;
	font-weight: bold;
	margin-bottom: 15px;
}

.popup h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 15px;
}

.popup h5 {
	font-size: 1em;
	font-weight: bold;
}

.popup ul {
	list-style-type: disc;
	margin-left: 20px;
}

.popup .closeButton {
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../images/layout/closebox.png) no-repeat left top;
	top: -12px;
	right: -12px;
	cursor: pointer;
}
.popup #lightboxContent h2{
	margin-bottom: 10px;
}
.popup #lightboxContent h3{
	font-size: 1.2em;
	margin-bottom: 0px;
}
.popup #lightboxContent p{
	margin-bottom: 10px;
}
/* @end */

/* @group Comments */

#comment_form {
	width: 350px;
	margin: 20px auto;
}

#comment_form input, #comment_form textarea {
	width: 350px;
}
#comment_form input.check-box{
	width: 10px;
}

#comment_form p {
	margin: 0;
}

#comment_form input.submit {
	width: 100px;
	margin: 20px 0;
}

/* @end */

/* @group Accordion (calendar) */

#main div.entry ul.accordion {
	font-size: 1em;
	list-style-type: none;
	margin: 0;
	border-top: 3px solid #fff;
	padding: 10px 0 0;
}

.accordion li {
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 3px solid #fff;
	*zoom: 1; 
}
.accordion li:after{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.accordion p.date {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 3px;
}

.accordion h3 {
	font-size: 1.2em;
	margin: 0 0 3px;
}

.accordion p.time {
	font-style: italic;
	margin: 0 0 5px;
}

p.purchase {
	font-size: 1.3em;
	line-height: em;
	margin: 0 0 0px;
}
p.summary{
	padding-top: 10px;
}

.accordion p.purchase {
	padding-top: 7px;
}
ul.purchase {
	margin: 0px !important;
	list-style-type: none !important;
	width: 378px;
}
.purchase li{
	float: left;
	border: none;
}
.purchase .button{
	width: 118px;
	margin-top: -6px;
}
.purchase .button img {
	margin: 0;
	padding: 0;
}
.purchase .price {
	padding: 0 15px 0 0px;
	width:65px;
	text-align: right;
}
.purchase .description{
	padding: 0px 0 15px 0px;
	width: 180px;
}
.purchase.wide .description{
	width: 350px;
}
ul.purchase.wide{
	padding-top: 10px;
}

.accordion .more {
	margin: 0 0 5px;
}

.toolbox h3 {
	margin-bottom: 5px;
}

#main div.entry .toolbox ul {
	margin: 0 0 0 25px;
}

.toolbox ul li {
	padding: 0;
	margin: 0 0 5px;
	border: none;
}

.toolbox .buy {
	padding: 0 0 0 10px;
}

.toolbox .buy img {
	vertical-align: middle;
	height: 20px;
	-ms-interpolation-mode: bicubic;
}
.quick-faq {
	width: 150px;
	margin: auto;
}
.quick-faq h1{
	display: block;
	position: relative;
	overflow: hidden;
	background: url(../images/layout/quick-faq.png) no-repeat left top;
	height: 20px;
	margin: 20px 0 10px;
}
.quick-faq h1 span{
	position: absolute;
	left: -999px;
}
.quick-faq ul{
	list-style-type: ;
	text-align: left;
	font-weight: bold;
	margin-left: 17px;
}
.quick-faq ul a:hover{
	text-decoration: underline !important;
	
}

/* @end */



/* @group Shopping Cart */

#EJEJC_window {
	background: #643B25 !important;
	border: 1px solid #522c15 !important;
	padding: 10px !important;
}

#EJEJC_iframeContent, #ejejctable {
	background: #643B25 !important;
}

#tdHeader {
	background: #643B25;
	padding: 0 0 10px !important;
}

#ejejctable {
	border-collapse: collapse !important;
}

#ejejctable td {
	color: #fff !important;
	padding: 5px !important;
	background: none !important;
	height: auto !important;
}

#ejejctable td b {
	color: #fff;
}

#ejejctable td[bgcolor="#dddddd"], #ejejctable td[bgcolor="#EEEEEE"], #ejejctable td[bgcolor="#ffff99"], #ejejctable tr[bgcolor="#EEEEEE"] td, #ejejctable tr[bgcolor="#F1F1F1"] td {
	border: 1px solid #7c5946 !important;
}

#ejejctable td[bgcolor="#dddddd"] {
	background: #522c15 !important;
}

#ejejctable tr {
	padding: 10px 0px;
	margin: 6px 0;
	background: none !important;
}

#ejejctable table {
	background: none !important;
}

#EJEJC_title {
	background: #522c15 !important;
	position: relative;
	top: -10px;
	left: -10px;
	width: 100%;
	padding: 0 10px !important;
}

#btnUpdtCart, #btnContShop {
	color: #fff !important;
	background: #522c15 !important;
	border: 1px solid #7c5946 !important;
	cursor: pointer;
}

#btnUpdtCart {
	margin: 0 0 10px !important;
}

#ejejctable #tdPmntOptions {
	border: 1px solid #7c5946 !important;
	background: #522c15 !important;
}

#ejejctable #tdPmnt b {
	font-size: 1.6em !important;
	font-weight: normal !important;
	color: #fff !important;
}

#ejejctable #chktPP {
	display: block;
	background: #7c5946 !important;
	padding: 5px 3px 1px;
}

a#EJEJC_closeWindowButton {
	color: #fff !important;
}
/* @end */
#fallow-me h3{
	color: #ff6c00;
	margin: 20px 0 10px ;	
}