/*----------------------------------------------------*/
/* Global */
/*----------------------------------------------------*/

body {
	background: Black url(images/bg_page.gif) center top;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #8c3e15;
}
a {
	color: #481300;
}
a:hover {
	color: #ca4838;
}
a img {
	border: none;
}

h1#main-header {
	float: left;
	font-size: 14px;
	font-weight: normal;
	color: #c83636;
	padding: 16px 0 0 230px;
	margin: 0;
}
h1#main-header a {
	color: #c83636;
	text-decoration: none;
}
h2#sub-header {
	float: right;
	width: 220px;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	line-height: 12px;
	color: #927b68;
	padding: 9px 0 0 0;
	margin: 0;
}
h3 {
	font-size: 26px;
	font-weight: normal;
	text-align: center;
	color: Black;
	margin: 0;
	padding: 0 4px 9px 4px;
}
h4 {
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	color: Black;
	margin: 0;
	padding: 4px 4px 0 4px;
}
h5 {
	font-size: 18px;
	text-align: center;
	color: #ff7e47;
	padding: 6px 14px;
	margin: 0;
}
p {
	text-align: justify;
	margin: 0;
	padding: 0 20px 8px 20px;
}
p.center {
	text-align: center;
	font-size: 16px;
	padding-bottom: 12px;
}
hr {
	height: 1px;
	color: #b7794e;
	background-color: #b7794e;
	border: none;
	margin: 0 20px;
}
form {
	padding: 0;
	margin: 0;
}

/*----------------------------------------------------*/
/* Layout */
/*----------------------------------------------------*/

#topwrap {
	background: Black url(images/bg_top.gif) repeat-x center bottom;
}
#top {
	background: url(images/top_collage.gif) no-repeat 2px top;
}
#logo {
	padding-left: 225px;
	text-align: left;
}
#contentwrap {
	position: relative;
	top: -69px;
}
#content {
	background: url(images/bg_content.gif) repeat-y left top;
	padding-right: 79px;
	padding-left: 7px;
	text-align: center;
}
#bottom p {
	color: #ff7e47;
	margin: 0;
	padding: 30px 0 0 220px;
}
#bottom p span {
	color: #fa521f;
	margin: 0 20px;
}
#bottom p a {
	color: #fea12f;
	text-decoration: none;
}
#bottom p a:hover {
	color: #060202;
	background-color: #ca4838;
}

/*----------------------------------------------------*/
/* Navigation */
/*----------------------------------------------------*/

#navigation {
	// height: 59px;
	padding: 11px 0 0 227px;
}
#navigation ul {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}
#navigation ul li {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	margin: 0 14px 0 0;
	padding: 0;
}
#navigation ul li a {
	color: #fea12f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 3px;
}
#navigation ul li a:hover {
	color: #060202;
	background-color: #ca4838;
}
#navigation ul li img {
	margin: 0 5px 5px 0;
	// margin-bottom: 0;
}

/*----------------------------------------------------*/
/* Left Side */
/*----------------------------------------------------*/

#brands {
	padding-right: 10px;
}
#brands ul {
	list-style: none;
	padding: 0;
	margin: 20px 0 19px 0;
}
#brands ul li {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin: 0 0 1px 0;
	padding: 0;
}
#brands ul li a {
	color: #fea12f;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 3px;
}
#brands ul li a.spec {
	color: #fb5c2d;
}
#brands ul li a:hover {
	color: #060202;
	background-color: #ca4838;
}

/*----------------------------------------------------*/
/* Useful */
/*----------------------------------------------------*/

#useful {
	width: 129px;
	text-align: center;
	background: url(images/useful_bg.gif) repeat-y;
	padding: 5px 8px;
	// margin-bottom: -1px;
}
#useful a {
	font-size: 14px;
	line-height: 14px;
	color: #d04635;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#useful a:hover {
	color: #fea12f;
}
#useful hr {
	height: 1px;
	color: #641609;
	background-color: #641609;
	border: none;
	margin: 5px 0;
	// margin: 0;
}

/*----------------------------------------------------*/
/* Shopping Cart */
/*----------------------------------------------------*/

.basket_header {
	font-size: 16px;

	background-color: #621005;
	color: #ffa11b;
	border: solid 2px Black;
	padding: 2px 8px 3px 8px;
}
tr.basket_total th, tr.basket_total td {
	font-size: 14px;
	background-color: #ca4838;
	color: #f4ece1;
	padding: 2px 8px 3px 8px;
}
.basket td, tr.basket_ship_tax th {
	font-size: 14px;
	background-color: #f4ece1;
	padding: 2px 8px 3px 8px;
}
.basket input.butons_update_checkout {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	height: 21px; width: 83px;
	font-size: 12px;
	color: #621005;
	background: #fea12f url(images/button.gif) no-repeat;
	border: none;
}
input.buton_complete_purchase {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	height: 21px; width: 144px;
	font-size: 12px;
	color: #621005;
	background: #fea12f url(images/button2.gif) no-repeat;
	border: none;
}

/*----------------------------------------------------*/
/* Content */
/*----------------------------------------------------*/

p.q {
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 2px;
	color: #621005;
}
p.a {
	text-align: left;
	text-indent: -26px;
	padding-left: 47px;
}
p.q strong, p.a strong {
	font-size: 18px;
}

#cigar-table {
	margin-top: 10px;
	margin-bottom: 14px;
}
#cigar-table th {
	font-size: 16px;
	background-color: #621005;
	color: #ffa11b;
	border: solid 2px Black;
	padding: 2px 2px 3px 2px;
}
#cigar-table td {
	font-size: 14px;
	text-align: center;
	background-color: #f4ece1;
	padding: 2px 2px 3px 2px;
}
#cigar-table td.left {
	text-align: left;
	padding: 3px 9px;
}
#cigar-table td.right {
	padding: 3px 9px;
}
#cigar-table input, #cigar-descr input, #brand-title input {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	height: 21px; width: 83px;
	font-size: 14px;
	color: #621005;
	background: #fea12f url(images/button.gif) no-repeat;
	border: none;
}
#cigar-table input.soldout, #cigar-descr input.soldout, #brand-title input.soldout {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	height: 21px; width: 83px;
	font-size: 14px;
	color: #8e8e8e;
	background: #fea12f url(images/soldout.gif) no-repeat;
	border: none;
}

#brand-title h3 {
	font-size: 22px;
	padding-bottom: 4px;
}
#brand-title td.border img {
	border: solid 1px #010100;
	margin-top: 3px;
}
#brand-title p {
	font-size: 20px;
	text-align: center;
	padding: 0;
	color: #fa521f;
}
#brand-title p strong {
	font-size: 26px;
}
#brand-title .old {
	font-size: 15px;
	color: gray;
}
#brand-title .old sup {
	font-size: 15px;
	text-decoration: line-through;
}
#brand-title .old font {
	font-size: 15px;
	text-decoration: line-through;
}
#cigar-descr {
	width: 550px;
	border: solid 1px #010100;
	margin: 12px 0 14px 19px;
	// margin-left: 0;
}
#cigar-descr td {
	text-align: center;
	vertical-align: top;
	background-color: #f4ece1;
	padding: 0 7px 8px 7px;
}
#cigar-descr td h6 {
	font-size: 16px;
	text-align: left;
	color: #621005;
	padding: 5px 8px 0 0;
	margin: 0;
}
#cigar-descr td p {
	font-size: 14px;
	padding-left: 0;
	padding-bottom: 5px;
}
#cigar-descr td img {
	margin: 10px 12px;
}

#also-purchased {
	width: 520px;
	background-color: #f4ece1;
	margin: 8px 0 8px 33px;
	// margin-left: 2px;
	padding-bottom: 11px;
	border: solid 1px #010100;
}
#also-purchased h4 {
	font-size: 18px;
	color: #fa521f;
	text-align: center;
	padding: 7px 10px 6px 10px;
	margin: 0;
}
#also-purchased p {
	font-size: 14px;
	padding: 0 4px 4px 24px;
}

/*----------------------------------------------------*/
/* Blocks on main page */
/*----------------------------------------------------*/

h4.quotation {
	color: #f61e00;
}
p.quotation {
	text-align: right;
	padding-right: 50px;
}

#attn {
	padding: 7px;
	text-indent: 0;
	text-align: center; 
	line-height: 20px;
	background: #fff3e5/* url(images/christmas.jpg) no-repeat right top*/;
	width: 500px;
	margin: 10px auto;
	border: solid 1px #aa6037;
}
#attn h4 {
	font-size: 26px;
	font-weight: bold;
	color: #fa521f;
	text-align: center;
	padding: 7px 14px 6px 14px;
	margin: 0;
}
#attn h4 sup, #attn h5 sup {
	font-size: 20px;
}
#attn h5 {
	font-size: 30px;
	padding-top: 0;
}
#attn p {
	text-align: left;
	font-size: 16px;
}
#attn .old_price {
	text-decoration: line-through;
}
#xattn {
	padding: 7px;
	text-indent: 0;
	text-align: center; 
	line-height: 20px;
	background: #fff3e5 url(images/christmas.jpg) no-repeat right top;
	width: 500px;
	margin: 10px auto;
	border: solid 1px #aa6037;
}
#xattn h4 {
	font-size: 26px;
	font-weight: bold;
	color: #fa521f;
	text-align: left;
	padding: 7px 14px 6px 14px;
	margin: 0;
}
#xattn h4 sup, #attn h5 sup {
	font-size: 20px;
}
#xattn h5 {
	font-size: 30px;
	padding-top: 0;
}
#xattn p {
	text-align: left;
}
#xattn .old_price {
	text-decoration: line-through;
}
#dir {
	padding: 7px;
	text-indent: 0;
	text-align: center; 
	line-height: 20px;
	background: #fff3e5;
	width: 500px;
	margin: 10px auto;
}

#artic {
	display: none;
}

#gift {
	margin: auto;
	padding: 0;
	color: #fa521f;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	vertical-align: middle;
}
#gift img {
	margin: auto;
	padding: 0;
	vertical-align: middle;
}
#status {
	border: 0;
	line-height: 40px;
}
#status label {
	font-weight: bold;
}
#status input.btnview {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	height: 21px; width: 83px;
	font-size: 14px;
	color: #621005;
	background: #fea12f url(images/button.gif) no-repeat;
	border: none;
}