@font-face {
    font-family: 'CronosProBoldCaption';
    src: url('../fonts/cronospro-boldcapt-webfont.eot');
    src: url('../fonts/cronospro-boldcapt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/cronospro-boldcapt-webfont.woff') format('woff'),
         url('../fonts/cronospro-boldcapt-webfont.ttf') format('truetype'),
         url('../fonts/cronospro-boldcapt-webfont.svg#CronosProBoldCaption') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	font:.75em/1.25em Helvetica, Arial, Geneva, sans-serif;
	color: #512a12;
}

body {
	background-color: #000;
}
h1, h2, h3, h4 {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	color: #76823b;
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 14px;
}

p {
	margin: 0 0 5px;
	line-height: 1.4em;
}
b {
	font-weight: bold;
}
a {
	color: #512a12;
}
a:hover {
	color:#ac4c1c;
	text-decoration: none;
}

.clear {
	clear: both;
}
.clear-left {
	clear: left;
}

#wrapper {

	min-width: 1000px;
	background: url(../images/design/tile_bg.jpg) repeat-y center 78px;
	position: relative;
	margin: 0 auto;
}
#wrapper2 {
	background: url(../images/design/top_sec_bg.jpg) no-repeat center top;
	position: relative;
}
#wrapper3{
	background: url(../images/design/main-bg.jpg) no-repeat center top;
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#content-home {
	padding: 190px 0 0;
	height: 520px;
}

/* @group Logo */

#logo {
	width: 264px;
	height: 178px;
	background: url(../images/design/logo_lg.png) no-repeat left top;
	position: absolute;
	left: -20px;
	top: 0px;
}
#logo a {
	display: block;
	width: 200px;
	height: 140px;
	margin: 10px 32px;
	position: relative;
}
#logo a span {
	position: absolute;
	left: -9999px;
}

/* @end */

/* @group Top accessory nav */

#navSocial {
	position: absolute;
	left: 301px;
	top: 14px;
}

#navSocial ul li {
	float: left;
	margin: 0 3px;
}

#newsletterForm {
	width: 275px;
	margin-left: 136px;
	font-size: 11px;
	font-weight: bold;
}

#newsletterForm #signUp {
	text-decoration: underline;
	color: #512a12;
}

#newsletterForm #newsEmail {
	background-color: #714d37;
	width: 107px;
	color: #fff;
	border-style: none;
	margin: 0 3px;
	-moz-box-shadow: inset 2px 2px 2px rgba(41, 41, 41, 0.49);
	-webkit-box-shadow: inset 2px 2px 2px rgba(41, 41, 41, 0.49);
	box-shadow: inset 2px 2px 2px rgba(41, 41, 41, 0.49);
}

#christmasTag {
	width: 222px;
	height: 69px;
	position: absolute;
	top: 0;
	left: 741px;
	background: url(../images/design/christmas-tree-button.jpg) no-repeat left top;
	color: #e5b200;
	font-size: 16px;
	padding-top: 20px;
	text-align: center;
	font-weight: bold;
}
#christmasTag a {
	color: #e5b200;
	text-decoration: none;
	display: block;
}

#christmasTag a:hover {
	text-decoration: none;
	
}

#christmasTag p {
	line-height: 1em;
}

#shopping {
	width: 193px;
	position: absolute;
	left: 775px;
	top: 72px;
	height: 53px;
}

#shopping #cart {
	display: block;
	width: 32px;
	height: 27px;
	float: left;
	margin-top: 12px;
}

#shopping .shoppingDivider {
	float: left;
}

#shopping #searchinput {
	float: left;
	margin-top: 13px;
	width: 117px;
}

#shopping #go {
	float: right;
	margin-top: 16px;
}

/* @end */

/* @group Main Navigation */

#mainNav {
	width: 478px;
	height: 70px;
	background: url(../images/design/navigation_bg.png) no-repeat left top;
	position: absolute;
	left: 270px;
	top: 69px;
}

#nav {
	margin-top: 17px;
	margin-left: 5px;
}

#nav li {
	float: left;
	margin: 0 5px;
}

#nav li.about {
	margin: 0 -5px 0 15px;
}

#nav li.contact {
	margin-left: 5px;
}

#nav li a {
	color: #f0e1c2;
	text-decoration: none;
	width: 99px;
	height: 24px;
	display: block;
	padding-top: 6px;
	text-align: center;
	font-family: 'CronosProBoldCaption';
	font-size: 16px;
}

#nav .on, #nav li.sfhover {
	background: url(../images/design/nav_selection.png) no-repeat center center;
}

#nav li ul {
	position: absolute;
	width: 123px;
	left: -999em;
	font-size: 12px;
	font-weight: bold;
	background: #725038 url(../images/design/drop_down_bg.gif) no-repeat left bottom;
	z-index: 500;
	padding: 7px 0;
}

#nav li ul li {
	margin: 0;
	float: none;
	margin:3px 0 0 12px;
	padding: 2px 0;
	border-bottom: 1px solid #a56736;
}

#nav li ul li a {
	display: inline;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
}

#nav ul li.sfhover {
	background: none;
}

#nav ul li .on, #nav ul li.sfhover a:hover{
	background: none;
	color: #a56736;
}

#nav li ul li.last {
	border-bottom: none;
}

#nav li ul.last {
	position: absolute;
	width: 123px;
	left: -999em;
	background: #767675;
	margin-left: -145px;
	z-index: 500;
}

#nav li.sfhover ul {
	left: auto;
	z-index: 500;
}

#nav li.sfhover ul ul {
	left: -999em;
}

#nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

/* @end */

/* @group Home Hero */

#hero {
	width: 547px;
	height: 322px;
	background: url(../images/design/hero_bg.png) no-repeat left top;
	position: relative;
	z-index: 2;
}
#hero-curl {
	width: 77px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/design/hero_pg_curl.png);
	z-index: 100;
}

#hero .slideshow img {
	width: 478px;
	height: 258px;
	margin: 29px 33px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#hero-text {
	background: url(../images/design/hero_text_bg.png) no-repeat left top;
	width: 518px;
	height: 237px;
	position: absolute;
	top: 204px;
	left: -13px;
	z-index: 10;
}
#hero-text .slideshow {
	width: 303px;
	height: 100px;
	position: absolute;
	top: 60px;
	left: 153px;
	font-size: 14px;
}
.hero-link {
	bottom: -24px;
	position: absolute;
	right: 13px;
	text-decoration: none;
	font-weight: bold;
	color: #76823b;
}

.slideshow p {
	line-height: 1.1em;
}

#pager {
	position: absolute;
	right: 17px;
	top: 128px;
}

#pager li {
	margin: 1px 0;
}

#pager li a {
	display: block;
	width: 13px;
	height: 13px;
	background-image: url(../images/design/pager_off.png);
}

#pager li.current a {
	background-image: url(../images/design/pager_on.png);
}

#pager span {
	position: absolute;
	left: -9999px;
}

/* @end */

/* @group Home Right Column */

#rightPaperTop {
	width: 325px;
	height: 205px;
	background: url(../images/design/right_paper_top.png) left top;
	position: absolute;
	top: 155px;
	left: 609px;
}

#rightPaperTop h3 {
	color: #962F0C;
    font-size: 18px;
    font-weight: bold;
    margin: 50px 0 0 35px;
}

#rightPaperTop p {
    font-size: 14px;
    margin: 10px 0 0 55px;
}
#rightPaperTop p span {
	font-weight: bold;
	line-height: 1em;
}
#rightPaperTop a {
	color: #512A12;
}
#rightPaperTop a:hover {
	color: #efd58d;
	text-decoration: none;
}

#rightPaperMiddle {
	position: absolute;
	top: 252px;
	left: 719px;
	background: url(../images/design/right_paper_middle.png) left top;
}
.testimonial {
	width: 238px;
	height: 206px;
}
.testimonial h4 {
	color: #566121;
	font-size: 14px;
	font-weight: bold;
	padding: 33px 0 0 18px;
}
.testimonial span {
	color: #566121;
	font-size: 12px;
	margin-left: 46px;
}
.testimonial .quote {
	font-size: 14px;
	width: 151px;
	max-height: 66px;
	overflow: hidden;
	margin: 24px 0 0 46px;
}

#rightPaperBottom {
	width: 211px;
	height: 207px;
	background: url(../images/design/right_paper_bottom.png) left top;
	position: absolute;
	top: 407px;
	left: 792px;
}
#rightPaperBottom h3 {
	color: #962F0C;
	font-size: 15px;
	font-weight: bold;
	margin: 36px 0 0 51px;
	font-family: helvetica, sans-serif;
}
#rightPaperBottom img {
	position: absolute;
	left: 34px;
	top: 62px;
}
#rightPaperBottom .more {
	position: absolute;
	bottom: 28px;
	font-size: 14px;
	color: #512A12;
	font-weight: bold;
	left: 24px;
}
#rightPaperBottom .more:hover {
	text-decoration: none;
}

#rightPaperBottom h3, #rightPaperBottom img, #rightPaperBottom .more {
	-moz-transform: rotate(8deg);
	-ms-transform:rotate(8deg); /* IE 9 */
	-webkit-transform:rotate(8deg); /* Safari and Chrome */
	-o-transform:rotate(8deg); /* Opera */
	transform:rotate(8deg);
}

/* @end */

/* @group Home g2g & calendar */

#g2gBox {
	position: absolute;
	top: 462px;
	left: 496px;
	/*width: 271px;*/
	width: 126px;
	height: 182px;
	background: url(../images/design/g2g_home_overlay.jpg) no-repeat left top;
	z-index: 1;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#g2gLink{
	display: block;
	width: 120px;
	height: 100px;
	position: absolute;
	top: 55px;
	left: 5px;	
}

#calLink{
	display: block;
	width: 120px;
	height: 100px;
	position: absolute;
	top: 10px;
	right: 5px;	
}

#g2gLink span, #calLink span {
	position: absolute;
	left: -9999px;
}

#g2gBox a {
	color: #76823b;
	text-decoration: none;
}

#g2gBox a:hover {
	text-decoration: underline;
}

#g2gtext {
	left: 15px;
    position: absolute;
    top: 166px;
    width: 170px;
    -moz-transform: rotate(5deg);
    -ms-transform:rotate(5deg); /* IE 9 */
    -webkit-transform:rotate(5deg); /* Safari and Chrome */
    -o-transform:rotate(5deg); /* Opera */
    transform:rotate(5deg);
}

#caltext {
    position: absolute;
    top: 124px;
    right: -50px;
    -moz-transform: rotate(-3deg);
    -ms-transform:rotate(-3deg); /* IE 9 */
    -webkit-transform:rotate(-3deg); /* Safari and Chrome */
    -o-transform:rotate(-3deg); /* Opera */
    transform:rotate(-3deg);
}

/* @end */

/* @group Footer */

#footer {
	text-align: center;
	color: #f0e1c2;
	width: 100%;
	font: 12px Georgia, "Times New Roman", Times, serif;
	padding-top: 27px;
	padding-bottom: 30px;
}
#footer.home {
	padding-bottom: 100px;
}

/* @end */

/* @group Content Pages */

#contentWrapper {
	padding: 214px 0 0;
	background: url(../images/design/paper_bg_top.png) no-repeat center 214px;
	margin: 0 -8px;
}

#contentWrapper2 {
	background: url(../images/design/paper_bg_repeat.png) repeat-y center top;
	margin: 105px -8px 0;
	padding-bottom: 15px;
	min-height: 150px;
}

#content {
	padding: 0 29px;
	margin-top: -85px;
	position: relative;
}

#leftNav {
	float: left;
	width: 129px;
	height: 335px;
	background: url(../images/design/left_nav_bg.png) no-repeat left top;
	margin: -9px 33px 0 0;
	font-size: 13px;
}

#leftNav ul {
	list-style-image: url(../images/design/left_nav_list_icon.png);
	margin: 23px 0 0 32px;
	width: 86px;
}

#leftNav li {
	margin: 5px 0;
}

#leftNav a {
	color: #716d33;
	text-decoration: none;
	font-weight: bold;
}

#leftNav a:hover, #leftNav a.on {
	color: #ac4c1c;
}

#content #text {
	width: 560px;
	float: left;
	font-size: 14px;
}
#content #text ul {
	list-style: disc;
	padding-left: 15px;
	margin: 5px 0;
}

#content #text li {
	margin: 5px 0;
}

#content h1 {
	color: #566121;
	font: bold 23px/1.8em Palatino, Georgia, "Times New Roman", Times, serif;
	height: 42px;
	margin-bottom: 5px;
}

#content h2 {
	color: #566121;
	font: bold 16px/1.5em Palatino, Georgia, "Times New Roman", Times, serif;
}

#content h1 span {
	padding-left: 12px;
	background: url(../images/design/heading_left_bracket.gif) no-repeat left top;
	height: 42px;
	display: inline-block;
}

#content h1 span span {
	padding: 0 12px 0 0;
	background: url(../images/design/heading_right_bracket.gif) no-repeat right top;
}

#rightCol {
	float: right;
	width: 207px;
	margin: -19px -8px 0 0;
}

#rightCol #videos {
	width: 170px;
	height: 649px;
	background: url(../images/design/right_videos_bg.png) no-repeat left top;
	padding: 28px 0 0 37px;
}

#videos h3 {
	color: #20130d;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}

.video {
	margin-bottom: 10px;
}

.video img {
	margin-bottom: 5px;
	border: 1px solid #fff;
}

#subTestimonial {
	margin: -45px 0 0 0;
	background: url(../images/design/sub_testimonial_bg.png) left top;
}



/* @end */

/* @group green2green */

#content.g2g h1 {
    margin: 23px 0 23px 205px;
}

#g2gLogo {
	position: absolute;
	top: -39px;
	left: 664px;
	
}

.g2g #text p {
	font-size: 14px;
}

.g2g .rightImg {
	margin: 19px 0 0 19px;
}

.g2g #promo {
	width: 385px;
	height: 235px;
	background: url(../images/design/g2g_promocode_bg.jpg) no-repeat left top;
	float: left;
	margin-left: 40px;
	position: relative;
}
.g2g #promo h1 {
	margin: 50px 0 0 22px;
}
.g2g #promo p{
	width: 265px;
	line-height: 1.1em;
	font-size: 14px;
	margin-left: 24px;
}
.g2g #promocode {
	position: absolute;
	top: 155px;
	left: 24px;
}
.g2g #promo .submit {
	position: absolute;
	top: 156px;
	right: 41px;
}

.g2g #login {
	background: url(../images/design/g2g_login_bg.jpg) no-repeat left center ;
	width: 413px;
	height: 235px;
	float: right;
	margin-right: 40px;
	position: relative;
}
.g2g #login h1 {
	margin: 50px 0 0 40px;
}
.g2g #username {
	position: absolute;
	top: 100px;
	left: 35px;
}
.g2g #password {
	position: absolute;
	top: 140px;
	left: 35px;
}

.g2g #login .login {
	position: absolute;
	right: 52px;
	top: 146px;
}

.g2g #login .forgot {
	position: absolute;
	top: 180px;
	left: 35px;
}

.g2g .testimonial{
	background: url(../images/design/g2g_testimonial_bg.jpg) no-repeat left bottom;
	width: 309px;
	height: 156px;
	float: left;
	margin-left: 77px;
}

.g2g .testimonial h2, .g2g #fundVideo h2 {
	text-align: center;
}

.g2g .testimonial p {
	font-size: 14px;
    line-height: 1.2em;
    margin: 5px 0 0 62px;
    width: 194px;
}

.g2g #fundVideo {
	float: left;
	margin-left: 53px;
	width: 245px;
}

.g2g #fundVideo img {
	border: 8px solid #995728;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 3px 3px rgba(1, 1, 1, 0.61);
	-webkit-box-shadow: 0 3px 3px rgba(1, 1, 1, 0.61);
	box-shadow: 0 3px 3px rgba(1, 1, 1, 0.61);
	margin: 0 49px;
}

.g2g #signup {
	float: right;
	margin-right: 15px;
}

.g2g #leftCol {
	width: 360px;
	float: left;
	margin-left: 25px;
	padding-top: 25px;
}

.g2g #leftCol .txtWrap {
	/*min-height: 1137px;*/
}

.g2g #leftCol .shipNote {
	color: #566121;
	margin-left: 15px;
	font-weight: bold;
}

.g2g #leftCol p {
	margin-bottom: 25px;
}

.g2g #rightCol {
	float: right;
	width: 550px;
	margin: 17px 8px 0 0;
}

.g2g #signup_form {
	background: url(../images/design/g2g_signup_form_bg.png) no-repeat left top;
	width: 503px;
	height: 913px;
	padding: 43px 35px 0 32px;
}

#request_form {
	background: url(../images/design/g2g_request_form_bg.png) no-repeat left top;
	width: 362px;
	height: 416px;
	margin-left: 87px;
	padding: 50px 0 0 36px;
}

.g2g #request_info {
	position: relative;
}

.g2g #request_info h1 {
	margin: 0;
	font-size: 22px;
}

.g2g #request_info img {
	position: absolute;
	left: 255px;
	top: -48px;
}

.g2g #terms-conditions {
	display: none;
}

/* @end */

#interiorWrap.two-col {
	float: left;
	width: 805px;
}
#interiorWrap.one-col {
	/*float: left;*/
}

.product-row {
	margin-top: 15px;
}

.product {
	width: 200px;
	float: left;
	margin: 0 20px;
	text-align: center;
}

.product .image {
	margin: 0 6px;
	width: 180px;
	height: 180px;
	border: 4px solid #be9d5c;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}
.product .image a {
	width: 180px;
	height: 180px;
	display: block;
}
.product .image a:hover{
	background: url(../images/design/view_product_overlay.png) no-repeat left top;
}

.product .overlay {
	display: none;
	background: url(../images/design/view_product_overlay.png) no-repeat left top;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 180px;
}

.product h3 a {
	color: #76823b;
	text-decoration: none;
	font-size: 16px;
}

.product .buttons2 {
	margin: 0 46px;
}

.buttons2 {
	background: url(../images/design/product_detail_btn.png) no-repeat left top;
	width: 108px;
	height: 21px;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 6px 0 0 0;
}

.acctLabel {
	background-color: #76823b;
	font-weight: bold;
	color: #fff;
	width: 141px;
	text-align: center;
	display: inline-block;
	font-size: 15px;
	padding: 3px 0 1px 0;
	margin-right: 8px;
}

#rightCol #signinCol {
	width: 187px;
	height: 147px;
	background: url(../images/design/right_videos_bg.png) no-repeat left top;
	padding: 28px 0 0 20px;
}
#rightCol #signinCol h3 span {
	font-size: 14px;
}
#rightCol #signinCol ul {
	list-style-image: url(../images/design/left_nav_list_icon.png);
	margin-left: 25px;
}
#rightCol #signinCol li {
	margin: 5px 0;
}

#rightCol #signinCol a {
	color: #716d33;
	text-decoration: none;
	font-weight: bold;
}

#rightCol #signinCol a:hover {
	color: #ac4c1c;
}

.logout {
	width: 118px;
	height: 32px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: url(../images/design/logout.png) no-repeat left top;
	text-decoration: none;
	font-size: 16px;
	padding: 20px 8px 0 0;
	position: absolute;
	top: 185px;
	right: 59px;
}

/* @group g2g signup form aggrement */

#backgroundPopup{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
	z-index:1;  
}  
#popupTerms{  
	display:none;  
	position:fixed;  
	_position:absolute; /* hack for internet explorer 6*/  
	height:500px;  
	width:600px;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:2;  
	padding:12px;  
	font-size:13px;  
} 
#popupTermsClose{  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  
	cursor: pointer;
}

#popupTerms ul {
	list-style: disc;
	margin: 5px 0 0 5px;
}

#popupTerms li {
	margin: 5px 0;
}

/* @end */

/* @group g2g signup form styling */

#formFields label {
	width: 145px;
	float: left;
	font-size: 14px;
	color: #566121;
	font-weight: bold;
	padding-top: 6px;
	margin: 0;
}
#formFields input, #formFields textarea {
	width: 204px;
	float: left;
	margin: 12px 0;
}
#formFields{
	width: 360px;
	position: relative;
}
#formFields .group {
	float: left;
	width: 210px;
	margin: 10px 0;
}
#formFields .group label {
	width: 177px;
	float: left;
	margin: 5px 0 0 5px;
	color: #512a12;
	font-weight: normal;
}
#formFields .radio, #formFields .checkbox {
	width: 20px;
	margin: 8px 0;
}
#formFields .radioLabel {
	margin-left: 10px;
}
#signupSubmit {
	bottom: 6px;
    position: absolute;
    right: -118px;
}

/* @end */

#content.g2g #request_form h1 {
	margin: 0;
}



#request_form {
	background: url(../images/design/g2g_request_form_bg.png) no-repeat left top;
	width: 362px;
	height: 416px;
	margin: 0 auto;
	padding: 40px 0 0 36px;
}

#requestForm {
	position: relative;
}

/*#requestForm input, #requestForm textarea  {
	width: 204px;
	margin: 4px 0;
}*/

#request_form #requestSubmit {
	bottom: 9px;
    position: absolute;
    right: 32px;
}




#product-info, #product-img-col {
	width: 270px;
	float: left;
	padding: 0 10px;
}

#buyBox {
	border: 2px dotted #bea78f;
	border-right-style: none;
	border-left-style: none;
	padding: 10px 5px;
}


.zoneNum {
	font-weight: bold;
	font-size: 18px;
	color: #76823b;
}

.price {
	font-weight: bold;
	font-size: 18px;
	color: #76823b;
	float: left;
	width: 100px;
}
.price span {
	font-size: 14px;
}
.shipping-selector {
	float: right;
	width: 150px;
	margin-top: 3px;
}

#qty {
	width: 100px;
	float: left;
}
#qty input {
	width: 20px;
}
#addToCart {
	float: right;
}
.zone-img {
	margin:20px 0;
}

.blurb-g2g {
	border: 2px dotted #bea78f;
	border-right-style: none;
	border-left-style: none;
	font-size: 16px;
	color: #76823b;
	position: absolute;
	top: 210px;
	right: 56px;
	width: 200px;
	font-size: 14px;
	padding: 5px 2px;
}
.blurb {
	border: 2px dotted #bea78f;
	border-right-style: none;
	border-left-style: none;
	font-size: 16px;
	color: #76823b;
	position: absolute;
	top: 210px;
	right: 56px;
	width: 200px;
	font-size: 16px;
	padding: 5px 2px;
	text-align: center;
}
.blurb span {
	font-weight: bold;
	font-size: 25px;
}


.note, .note-g2g {
	width: 276px;
	height: 146px;
	background: url(../images/design/product_note.png) no-repeat left top;
	position: absolute;
	top: -8px;
	right: -25px;
	padding: 50px 0 0 35px;
}
.note-g2g {
	background: url(../images/design/g2g_product_note.png) no-repeat left top;
}

.note h3, .note-g2g h3 {
	color: #962F0C;
    font-size: 18px;
    font-weight: bold;
}

.note-g2g h5 {
	font-size: 15px;
	font-weight: bold;
	color: #512a12;
	margin-left: 5px;
	width: 243px;
}
.note-g2g a {
	margin-left: 5px;
}

.note p {
	font-size: 14px;
    margin: 10px 0 0 20px;
}
.note p span {
	font-weight: bold;
    line-height: 1em;
}

#product-bottom {
	border-top: 2px dotted #bea78f;
	width: 485px;
	margin-left: 15px;
	padding: 0 30px;
}

.tblDiv {
	border: 2px dotted #bea78f;
	border-right-style: none;
	border-left-style: none;
	padding: 15px 5px;
	margin: 10px 0;
}
.tblDiv h3 {
	display: inline-block;
	margin-right: 25px;
}

.orders th, .totals th {
	text-align: left;
	background-color: #6c4a33;
	color: #d2bfa6;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 0 5px 5px;
}
.orders td, .totals td {
	padding: 5px 0 5px 5px;
}

#newsletterForm2 {
	position: absolute;
	right: 35px;
	top: 254px;
}

.cart {
	color: #76823b;
}
.cart th {
	text-align: left;
	background-color: #6c4a33;
	color: #d2bfa6;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 0 5px 5px;
}
.cart td {
	padding: 5px 0 5px 5px;
}
.cart tbody tr {
	border-bottom: 2px dotted #bea78f;
}
button {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0);
}
button.buttons2 {
	padding: 0;
	height: 23px;
}
.buttons2.green {
	background: url(../images/design/cart_checkout_btn.png) no-repeat left top;
}


#passwordRequest label {
	width: 135px;
	display: block;
	text-align: left;
	float: left;
	margin-right: 10px;
}

#passwordRequest textarea {
	float: left;
}
