/*----------------------------------------------------*/
/* Global */
/*----------------------------------------------------*/

body {
	background-color: White;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #6a6658;
	margin: 0;
	padding: 0;
}
a {
	color: #618753;
}
a:hover {
	color: #483e76;
	text-decoration: underline;
}

a img {
	border: none;
}

h1 {
	position: absolute;
	top: 100px;
	left: 7%;
	width: 20%;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	letter-spacing: -1px;
	line-height: 18px;
	color: #dbb98f;
	padding: 0;
	margin: 0;
}
h1 a, h1 a:hover {
	color: #dbb98f;
	text-decoration: none;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #dbb98f;
	padding: 0 10%;
	// padding: 0 5%;
	margin: 46px 0 0 0;
}
h3 {
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	letter-spacing: -1px;
	color: #fc772a;
	padding: 0 25px 8px 25px;
	margin: 0;
}
h3 a, h3 a:hover {
	text-decoration: none;
	color: #fc772a;
}

p {
	text-align: justify;
	margin: 0;
	padding: 7px 25px 2px 25px;
}
p.warning {
	color: #fc772a;
}
p.center {
	text-align: center;
	padding-top: 11px;
}

table tr td {
	vertical-align: top;
}
form {
	padding: 0;
	margin: 0;
}

ul {
	margin: 0;
	padding: 0 60px 20px 60px;
	list-style-position: inside;
}
ul li {
	text-align: left;
	text-indent: -16px;
	margin: 0;
	padding: 0 0 5px 16px;
}
#attn {
	line-height: 150%;
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #a89049;
	padding: 10px;
	text-align: center;
	background: url(images/tree.gif) no-repeat left center;
	width: 70%;
	text-align: center;
	margin: 0 auto;
}
#attn strong {
	font-size: 16px;
	color: #fc772a;
	font-weight: bold;
	padding-left: 100px;
}
#attn p {
	line-height: 150%;
	font-size: 13px;
	line-height: 150%;
	margin: auto;
	padding-left: 120px;
	text-align: justify;
	text-indent: 20px;
}
#attn p strong {
	padding: 0px;
}
#attn div {
	line-height: normal;
	margin: auto;
	font-size: 11px;
	font-weight: bold;
	padding-left: 120px;
	text-align: right;
	color: #9a5e03;
}
/*----------------------------------------------------*/
/* General Layout */
/*----------------------------------------------------*/

#lf-strut {
	height: 1px;
	width: 320px;
}
#rg-strut {
	height: 1px;
	width: 320px;
}
#top .menu {
	background: url(images/dark_dot.gif) repeat-x 0 48px;
}
#top img.margin {
	margin: 0 2%;
	// margin: 0 1%;
}
#top a:hover img {
	background: url(images/apricot_dot.gif) repeat-x 0 38px;
}
.banner img {
	margin-bottom: 17px;
}
#content {
	text-align: center;
	background: url(images/bottom_logo.gif) no-repeat center top;
	padding-top: 43px;
	padding-bottom: 20px;
}
#content img {
	margin: 0 2%;
	// margin: 0 1%;
}

.box {
	width: 236px;
	text-align: center;
	background-color: #fff4e7;
	padding-top: 3px;
	margin-bottom: 16px;
}
.box .brandbox {
	float: left;
	width: 117px;
	background-color: #fff4e7;
}
.box ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 0 0 4px;
	padding: 0;
}
.box ul li {
	font-size: 14px;
	text-align: left;
	text-indent: 0;
	line-height: 14px;
	background: url(images/marker.gif) no-repeat left top;
	margin: 4px 0 0 0;
	padding: 0 0 0 10px;
}
.box ul li a {
	font-weight: bold;
	color: #a89049;
}
.box ul li a:hover {
	color: #1f1b15;
}
.box p {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 1px 14px 4px 14px;
}
.box p.date {
	font-weight: normal;
	padding: 8px 14px 0 14px;
}
hr {
	height: 1px;
	color: #d2c9bd;
	border: none;
	background-color: #d2c9bd;
	margin: 5px 0 0 0;
}

/*----------------------------------------------------*/
/* Brand Price */
/*----------------------------------------------------*/

.brandprice {
	margin-bottom: 15px;
}
.brandprice h4 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	line-height: 14px;
	color: #1f1b15;
	margin: 0;
	padding: 34px 0 10px 0;
}
.brandprice h4 a  {
	color: #1f1b15;
	text-decoration: none;
}
.brandprice h4 a:hover {
	color: #618753;
}
.brandprice td.title {
	background: none;
}
.brandprice td {
	font-size: 18px;
	background-color: #fcf9f6;
	vertical-align: middle;
	padding: 2px;
}
.brandprice td strong {
	font-size: 22px;
}
.brandprice .price {
	font-size: 28px;
	font-weight: bold;
	letter-spacing: -1px;
	color: #fc772a;
}

/*----------------------------------------------------*/
/* FAQ */
/*----------------------------------------------------*/

p.q {
	font-size: 18px;
	color: #fc772a;
	text-indent: -32px;
	padding: 14px 25px 0 56px;
}
p.a {
	text-indent: -22px;
	padding: 2px 25px 15px 52px;
}

/*----------------------------------------------------*/
/* TERMS */
/*----------------------------------------------------*/

ul.terms {
	padding: 14px 25px;
	list-style-type: disc;
	list-style-position: inside;
}
ul.terms li {
	font-size: 16px;
	font-weight: bold;
	color: #1f1b15;
}
ul.terms p {
	padding: 2px 0 10px 15px;
	font-weight: normal;
	// text-indent: 0;
	// padding-left: 0;
}
.ans {
	background-color: #fcf9f6;
	margin: 18px 25px;
}
.ans h4 {
	margin: 0;
	padding: 0;
}
.ans h4 a {
	font-size: 18px;
	font-weight: normal;
	color: #1f1b15;
	background-color: #f2cea1;
	padding: 1px 8px 2px 8px;
}
.ans p {
	padding: 8px 18px;
}
p.tothetop {
	font-size: 12px;
	padding-top: 0;
}
p.dispolicy {
	text-align: center;
	color: #000000
}
/*----------------------------------------------------*/
/* Forms */
/*----------------------------------------------------*/

.field, textarea {
	background-color: #fcf9f6;
	border: solid 1px #a89049;
	padding: 1px 5px 2px 5px;
}
.button, .butons_update_checkout {
	height: 25px; width: 134px;
	font-size: 14px;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-align: center;
	letter-spacing: -1px;
	border: none;
	color: #1f1b15;
	margin: 0;
	padding: 0 0 2px 0;
	background: url(../../images/button.gif) no-repeat;
	cursor: pointer;
}
.butons_update_checkout {
	margin: 3px 0;
}

.basket_item {
 	background-color: #fcf9f6;
	text-align: center;
 }
.basket_header, .basket_total {
	color: #1f1b15;
	background-color: #f2cea1;
}

/*----------------------------------------------------*/
/* Bottom */
/*----------------------------------------------------*/

#bottom {
	text-align: center;
	background: url(images/dark_dot.gif) repeat-x 0 8px;
	padding-bottom: 7px;
}
#bottom img {
	margin-bottom: 9px;
}
#bottom p {
	text-align: center;
	color: #fc772a;
	padding: 0 10px 6px 10px;
}

/*----------------------------------------------------*/
/* Contact */
/*----------------------------------------------------*/

.contact fieldset {
	width: 440px;
	text-align: left;
	border: none;
	padding: 0 15px;
	margin: 0 10px;
}
.contact label {
	display: block;
	font-size: 14px;
	padding-bottom: 3px;
}
.contact input.textField {
	border: solid 1px #3e0c0a;
	margin-bottom: 11px;
	padding: 1px 5px;
}
.contact textarea {
	border: solid 1px #3e0c0a;
	overflow: auto;
	margin-bottom: 11px;
	padding: 1px 5px;
}
.right {
	font-size: 12px;
	text-align: right;
}
.red {
	color: #d63e3a;
}

/*----------------------------------------------------*/
/* ADDITIONAL STYLES */
/*----------------------------------------------------*/

#attn {
	line-height: 150%;
	font-size: 13px;
	font-weight: normal;
	border: 1px solid #a89049;
	padding: 10px;
	text-align: center;
	/*background: url(images/tree.gif) no-repeat left center;*/
	width: 70%;
	text-align: center;
}
#attn strong {
	font-size: 16px;
	color: #fc772a;
	font-weight: bold;
	padding-left: 10px;
}
#attn p {
	line-height: 150%;
	font-size: 13px;
	line-height: 150%;
	margin: auto;
	padding-left: 20px;
	text-align: justify;
	text-indent: 20px;
}
#attn p strong {
	padding: 0px;
}
#attn div {
	line-height: normal;
	margin: auto;
	font-size: 11px;
	font-weight: bold;
	padding-left: 20px;
	text-align: right;
	color: #9a5e03;
}
#new-names {
	margin: 15px auto;
	line-height: 150%;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #a89049;
	padding: 10px;
	text-align: center;
	width: 75%;
}
}
#new-names hr {
	color: #a89049;
	height: 1px
}
#new-names span {
	FONT-SIZE: 13px;
	line-height: 130%;
}
#close {
		text-align: justify;
		font-size: 13px;
		width: 85%;
		LINE-HEIGHT: 140%;
}
#close strong {
		text-align: justify;
		font-size: 13px;
		color: #a89049
}



.attn-text {
	margin: 15px auto;
	line-height: 150%;
	font-size: 14px;
	font-weight: normal;
	border: 1px solid #a89049;
	padding: 10px;
	text-align: center;
	width: 75%;
}



span.hasnew {
	color: #d63e3a;
	font-size: 11px;
	font-weight: bold;
}
span.isnew {
	color: #d63e3a;
	font-size: 12px;
	font-weight: bold;
}

/*----------------------------------------------------*/
/* Cigarillos */
/*----------------------------------------------------*/
table.cigarillos {
	margin: 20px auto;
}
table.cigarillos th {
	padding-bottom: 15px;
}
table.cigarillos td.description {
	vertical-align: top;
	padding-left: 15px;
}
td.description p {
	text-indent: 0;
}
td.description span {
	text-decoration: underline;
}
td.image {
	width: 170px;
	text-align: right;
}
td.first {
	padding-top: 15px;
	padding-bottom: 10px;
}
td.second {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid grey;
}
td.pricerow {
	text-align: right;
}
td.pricerow span {
	font-weight: bold;
	color: #d63e3a;
	font-size: +1;
}
hr.cighr {
	margin: auto;
	width: 90%;
	border: 1px solid grey;
}