/*----------------------------------------------------*/
/* Global */
/*----------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: center;
	color: black;
	background: White url(images/bg_top.png) repeat-x top;
}
a {
	color: #224bc5;
	text-decoration: none;
}
a:hover {
	color: #ab1415;
	text-decoration: underline;
}
a img {
	border: none;
}
h1 {
	font-size: 24px;
	text-align: center;
	color: #ab1415;
	padding: 0 0 11px 0;
}
h4 {
	font-size: 15px;
	padding: 18px 0 3px 0;
}
h4 a {
	background-color: #ab1415;
	color: white;
	padding: 0 5px;
}
h4 a:hover {
	text-decoration: none;
	background-color: #2545a7;
	color: white;
	padding: 0 5px;
}
p {
	font-size: 14px;
	text-indent: 18px;
	text-align: justify;
	line-height: 170%;
	padding: 5px 0;
}
.redtext {
	font-weight: bold;
	text-align: center;
	color: #ab1415;
	padding: 10px 0 5px 0;
}
.red {
	color: #ab1415;
}
.right {
	font-size: 12px;
	text-align: right;
}
.bold {
	font-weight: bold;
}
.clearboth {
	clear: both;
}

/*----------------------------------------------------*/
/* Layout */
/*----------------------------------------------------*/

#pagewrap {
	width: 986px;
	margin: 0 auto;
}
#leftcol {
	float: left;
	width: 327px;
}
#contentwrap {
	width: 659px;
	float: right;
}
#content {
	padding: 28px 14px 23px 14px;
}

.bestbox {
	padding: 11px 0;
}
.bestbox .center {
	margin: 0 39px;
}

#leftcol .brandbox {
	width: 217px;
	margin: 0 auto 14px auto;
	background: url(images/bg_brandbox.png) repeat-y center;
}
#leftcol .listbox {
	width: 217px;
	margin: 0 auto 14px auto;
	background: url(images/bg_listbox.png) repeat-y center;
}
#leftcol ul.list {
	list-style: none;
	padding: 0 0 17px 0;
}
#leftcol ul.list li {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 1px 5px 1px 9px;
	margin-left: 37px;
}
#leftcol ul.list li a {
	color: white;
}
#leftcol ul.brands {
	background: url(images/bottom_brandbox.png) no-repeat center bottom;
}
#leftcol ul.brands li {
	background: url(images/marker_brands.png) no-repeat left center;
}
#leftcol ul.policy {
	background: url(images/bottom_listbox.png) no-repeat center bottom;
}
#leftcol ul.policy li {
	background: url(images/marker_list.png) no-repeat left center;
}

#footer {
	float: right;
	width: 527px;
	height: 88px;
	background: url(images/footer.png) no-repeat center top;
	margin: 0 auto;
	padding: 47px 132px 0 0;
}
#footer p {
	font-size: 12px;
	text-align: left;
	text-indent: 0;
	color: #ab1415;
	padding: 0 0 8px 14px;
}
#footer p a {
	font-size: 14px;
	font-weight: bold;
}

/*----------------------------------------------------*/
/* Menu */
/*----------------------------------------------------*/

#menu {
	height: 63px;
	padding: 32px 0 0 0;
}
#menu a {
	display: block;
	float: left;
	padding: 63px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: left top;
	height: 0px !important; /* for most browsers */
	height /**/:63px; /* for IE5.5's bad box model */
	margin: 0 0 0 5px;
}
#menu a:hover,
#menu .thispage {
	background-position: left -63px;
}
#menu a#home {background-image: url(images/home.png); width: 78px; margin-left: 0}
#menu a#faq {background-image: url(images/faq.png); width: 55px}
#menu a#contact {background-image: url(images/contact.png); width: 106px}
#menu a#status {background-image: url(images/status.png); width: 177px}
#menu a#cart {background-image: url(images/cart.png); width: 215px}

/*----------------------------------------------------*/
/* Internal Pages */
/*----------------------------------------------------*/

.spec-text {
	font-size: 12px;
	color: #351104;
	border: solid 1px #ab1415;
	margin: 7px 0 17px 0;
	padding: 10px 14px 11px 14px;
}
#content .contact-info {
	margin: 0 0 0 95px;
}
#content .contact-info h3 {
	font-size: 15px;
	text-align: left;
	padding: 11px 0 0 0;
}
#content .contact-info p {
	text-indent: 0;
	text-align: left;
	padding: 0;
}

/*----------------------------------------------------*/
/* Brand List */
/*----------------------------------------------------*/

#brandlist {
	width: 100%;
	margin-bottom: 5px;
}
#brandlist td {
	vertical-align: middle;
}

#brandlist .title {
	height: 70px;
	vertical-align: top;
	padding: 0 0 0 12px;
}
#brandlist .title h2 {
	font-size: 20px;
	text-align: left;
	color: #341004;
	padding: 35px 0 0 0;
	float: left;
}
#brandlist .title h2 span {
	font-size: 12px;
	color: #341004;
	font-weight: normal;
}
#brandlist .brandpic {
	width: 166px;
	vertical-align: bottom;
	padding-bottom: 11px;
}
#brandlist .brandpic img {
	margin-bottom: 11px;
}
#brandlist .info {
	width: 90px;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #271010;
	padding: 0 0 0 12px;
}
#brandlist .price {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #ab1415;
}
#brandlist .per1 {
	font-size: 14px;
	font-weight: bold;
}
#brandlist .button {
	width: 135px;
	vertical-align: bottom;
	padding-left: 11px;
}
#brandlist .bottomline td {
	font-size: 11px;
	color: #2545a7;
	border-bottom: solid 1px #415db2;
	padding-bottom: 11px;
}

/*----------------------------------------------------*/
/* FAQ */
/*----------------------------------------------------*/

ul.links {
	width: 520px;
	list-style: none;
	margin: 11px auto;
	padding: 7px 11px;
}
ul.links li {
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	background: url(images/marker_blue.png) no-repeat left center;
	margin: 0 0 0 11px;
	padding: 4px 11px;
}
p.q {
	font-size: 15px;
	font-weight: bold;
	color: #ab1415;
	text-indent: -22px;
	padding: 7px 25px 0 46px;
}
p.a {
	text-indent: -23px;
	padding: 2px 25px 9px 49px;
}
a.gotop {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: white;
	line-height: 100%;
	background-color: #2545a7;
	padding: 1px 4px 2px 4px;
	margin: 7px 0;
}
a:hover.gotop {
	color: white;
	background-color: #ab1415;
}
ul.simple-list {
	list-style-type: disk;
	list-style-position: inside;
	padding: 0 11px 7px 40px;
}
ul.simple-list li {
	text-align: left;
	margin: 0 0 0 11px;
	padding: 0 0 4px 0;
}

/*----------------------------------------------------*/
/* Forms */
/*----------------------------------------------------*/

.contact fieldset {
	width: 440px;
	text-align: left;
	border: none;
	padding: 0 15px;
	margin: 0 auto;
}
.contact label {
	display: block;
	font-size: 12px;
	padding-bottom: 3px;
}
.contact input.textField,
.contact textarea {
	border: solid 1px #2545a7;
	overflow: auto;
	margin-bottom: 11px;
	padding: 1px 5px;
}



span.hasnew {
	color: white;
	font-size: 11px;
	font-weight: bold;
}
span.isnew {
	color: #d63e3a;
	font-size: 12px;
	font-weight: bold;
}



.attn-text {
	font-size: 12px;
	color: #351104;
	border: solid 1px #ab1415;
	margin: 7px 30px 17px 30px;
	padding: 10px 14px 11px 14px;
	text-align: center;
	line-height: 22px;
}
.befree {
	min-height: 230px;
	background: url(images/be-free.png) right no-repeat;
	border: solid 1px #ab1415;
	margin: 7px 30px 17px 30px;
	padding: 10px 137px 11px 14px;
}
.befree p {
	font-size: 18px;
	color: #351104;
	text-align: center;
	line-height: 25px;
	margin-top: 15px;
}
p.small {
	font-size: 14px;
	font-style: oblique;
}
/*----------------------------------------------------*/
/* KENT & MARLBORO */
/*----------------------------------------------------*/

#kent {
	display: block;
	float: right;
	margin: 3px 115px 0 0;
}
#kent-convertibles {
	width: 580px;
}
#kent-convertibles h5 {
 	font-size: 24px;
	color: #67c9eb;
}

#marlboro {
	display: block;
	float: right;
	margin: 15px 115px 0 0;
}
#marlboro-ice {
	width: 300px;
}
#marlboro-ice h5 {
 	font-size: 24px;
	color: #3b55bb;
}




body {
	position: relative;
}

#specialtext {
	z-index: 1000000; 
	position: absolute; 
	bottom: 25px; 
	left: 50%;
	width: 930px;
	height: 70px;
	overflow: scroll;
	overflow-x: hidden;
	margin: 0 0 -300px -458px;
	padding: 0 5px 0 0;
}
#specialtext h1,
#specialtext h1 a,
#specialtext h1 a:hover,
#specialtext h2,
#specialtext h2 a,
#specialtext h2 a:hover,
#specialtext h3,
#specialtext h3 a,
#specialtext h3 a:hover {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #bfbfbf;
	padding: 5px 0 3px 0;
	margin: 0;
}
#specialtext p,
#specialtext p a,
#specialtext p a:hover {
	font-size: 11px;
	line-height: 110%;
	text-align: justify;
	text-indent: 0;
	color: #bfbfbf;
	padding: 0 0 5px 0;
	margin: 0;
}


#footer p.bsmall a {
	font-size: 11px;
	font-weight: normal;
}


/*----------------------------------------------------*/
/* ZIPPO */
/*----------------------------------------------------*/

table.zippo {
   margin: 10px 17px;
   background: #f7eda9;
}
table.zippo th {
	font-size: 12px;
	font-weight: normal;
	color: #271010;
	padding: 2px 7px;
}
table.zippo th a {
	color: #d63e3a;
}
table.zippo td {
   background: #ffffff;
	padding: 5px 7px;
	border-right: solid 1px #e6e6e6;
	border-bottom: solid 1px #e6e6e6;
}
table.zippo td.image {
	width: 100px;
	text-align: center;
   border-left: solid 1px #e6e6e6;
}
table.zippo td.name {
	font-size: 13px;
	font-weight: bold;
   text-align: left;
   line-height: 25px;
}
table.zippo td.price {
	color: #d63e3a;
}
table.zippo td.buyform {
	padding-top: 20px;
}
table.zippo a.sort_asc {
	float: left;
   display: block;
	padding-right: 15px;
	background: url(images/asc.png) no-repeat right 4px;
}
table.zippo a.sort_desc {
	float: left;
   display: block;
	padding-right: 15px;
   background: url(images/desc.png) no-repeat right 4px;
}


.zippoimg {
	padding: 0 16px 0 0;
}
p.center {
	font-size: 15px;
	text-align: center;
	text-indent: 0;
	color: #b1b1b1;
}
p.center strong {
	color: #271010;
}
p.center .red {
	color: #d63e3a;
}


span.roll {
	background:url(images/mag.png) center center no-repeat;
	height: 100px;
	position: absolute;
	width: 100px;
	z-index: 10;
	opacity: 0;
	/*-webkit-box-shadow: 0px 0px 4px #000;*/
	/*-moz-box-shadow: 0px 0px 4px  #000;*/
	/*box-shadow: 0px 0px 4px  #000;*/
}
