/*
------------Common Styles ----------------------------------------------------------------------
*/
BODY {
    scrollbar-arrow-color: #CCCCCC;
	scrollbar-3dlight-color: #111111;
	scrollbar-highlight-color: #666666;
	scrollbar-face-color: #444444;
	scrollbar-shadow-color: #191919;
	scrollbar-track-color: #111111;
	scrollbar-darkshadow-color: #191919;
}

/* Page titles */

TD.pageHeading, DIV.pageHeading {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: -1px;
	color: #FF9900;
	line-height: 27px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 0px;
}

/* Breadcrumb trail */

A.bread {
	color: #FFFFFF;
	text-decoration: none;

}
A.bread:hover {
	color: #FF9900;
	text-decoration: none;

}

/* price*/

.price
     {
	color: #FF9900;
	text-decoration: none;
	font-weight: bold;
     }

/* My Account | Cart Contents | Checkout */

.headerNavigation {
}
A.headerNavigation {

}
A.headerNavigation:hover {

}

/* product listing results - odd and even for striped results */

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {

}

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {
background:#1b1b1b;
}

/* product listing results table */

TABLE.productListing {}

/* product listing results heading */

.productListing-heading {
	background:#222;
	color: #FFFFFF;
	padding: 2px;
	font-weight: bold;
}

/* product listing text style */

TD.productListing-data {  font-size: 12px;
}

/* page numbering 1 2 3 4 next */

.pageResults {
  color: #CECECE;
}
.pageResults a:link {
  color: #CECECE;
}
.pageResults a:visited {
  color: #CECECE;
}
.pageResults a:hover {
  color: #FFFFFF;
}

/* User greeting style (home page) */

SPAN.greetUser {	font-size: 11px;
  color: #990000;
  font-weight: bold;
}

/* BEGIN: CSS Buttons Everywhere */

.cssButton {
	color: #FFFFFF;
	width: 100px;
	height: 21px;
	vertical-align: top;
	font-weight: normal;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 1px solid #FFF;
	border-spacing: 1px;
	background-color: #FF6600;
}

.cssButton2 {
	color: #FFFFFF;
	width: 100px;
	height: 17px;
	vertical-align: top;
	font-weight: normal;
	font-size: 11px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	border: 1px solid #999999;
	border-spacing: 1px;
	background-color: #666666;
	padding-top: 2px;
}

/* END: CSS Buttons Everywhere */

.dotleft {
	padding-left: 10px;
}
.dotbottom {
	background-image:  url(images/dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;

}

	 
/*
------------UnCommon Styles -------------------------------------------------------------------------------------------------
*/


.boxText { font-family: Tahoma, Verdana, Arial, Helvetica; }
.errorBox { font-family : Verdana, Arial, sans-serif; background: #ffb3b5; font-weight: bold; }
.stockWarning { font-family : Verdana, Arial, sans-serif; color: #cc0033; }
.productsNotifications { background: #000000; }
.orderEdit { font-family : Verdana, Arial, sans-serif; color: #70d250; text-decoration: underline; }

/* errors */

TR.headerError {
  background: #ff0000;
}

TD.headerError {	font-size: 11px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

FORM {
	display: inline;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {	font-size: 11px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {

}

TD.footer {

}

TR.subBar {
  background: #f4f7fd;
}

TD.subBar {

}

TD.main, P.main {  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {

}

TD.accountCategory {  font-size: 12px;
  color: #aabbdd;
}

TD.fieldKey {	font-size: 11px;
  font-weight: bold;
}

TD.fieldValue {	font-size: 11px;
}

TD.tableHeading {	font-size: 11px;
  font-weight: bold;
}

CHECKBOX, RADIO, SELECT {
	font-size: 11px;
	color: #FFCC00;
	background-color: #333333;
}
INPUT {
	font-size: 11px;
}

TEXTAREA {
	width: 100%;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #333333;
	border: 1px solid #999999;
	padding: 5px;
}

TABLE.formArea {
  background: #f1f9fe;
  border-color: #7b9ebd;
  border-style: solid;
  border-width: 1px;
}

TD.formAreaTitle {	font-size: 11px;
  font-weight: bold;
}

SPAN.markProductOutOfStock {	font-size: 11px;
  color: #c76170;
  font-weight: bold;
}

SPAN.productSpecialPrice {
	color: #FF9900;
	font-weight: bold;
}

SPAN.errorText {
  color: #ff0000;
}

.moduleRow {
	background-color: #333333;
}
.moduleRowOver { background-color: #666666; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #333333; }

.checkoutBarFrom, .checkoutBarTo { font-family: Verdana, Arial, sans-serif;  color: #CCCCCC; }
.checkoutBarCurrent { font-family: Verdana, Arial, sans-serif; color: #FF9900; }

/* message box */

.messageBox { font-family: Tahoma, Verdana, Arial, Helvetica;  }
.messageStackError, .messageStackWarning {	font-size: 11px;
	font-weight: bold;
	color: #CC0000;
}
.messageStackSuccess {	font-size: 11px;
	font-weight: bold;
	color: #009900;
}

/* input requirement */

.inputRequirement { 
	font-size: 11px;


}



/* --- Global Box CSS --- Removed to allow individual box styles*/
/*
.infoBox {
}

.infoBoxContents {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.infoBoxNotice {
  background: #FF8E90;
}

.infoBoxNoticeContents {
  background: #FFE6E6;
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}

TD.infoBoxHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  font-weight: bold;
  background: #bbc3d3;
  color: #ffffff;
}

TD.infoBox, SPAN.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
}
*/
.catborder {
	border: 5px solid #666;
}
.headerbutton a:link{
	padding: 2px 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.headerbutton a:visited{
	padding: 2px 5px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.headerbutton a:hover{
	padding: 2px 5px;
	color: #FFCC00;
	text-decoration: none;

}
.selectbox {
	background-color: #333333;
	border: 1px solid #666666;
	color: #CCCCCC;
}
.whiteunderline {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;

}
.whiteunderline2 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;

}
.whitelink
     {
  color: #FFFFFF;
	 }
.whitelink  a:link
     {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
     }

.whitelink  a:visited
     {
  color: #FFFFFF;
	text-decoration: none;
		font-weight: bold;
     }

.whitelink a:hover
     {
    color: #FF9900;
	text-decoration: none;
	font-weight: bold;
     }	
	 	
.advsearch {
	border-bottom: 1px solid #FFF;
	background-image: url(images/cigar_search.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 26px;	
	padding-bottom: 11px;
	margin-bottom: 9px;	
	margin-top: 0px;	
} 

.advsearch select {
margin-bottom: 2px; 
}
 
.line1 {
margin-bottom: 8px; 
} 
.line2 img{

} 
.but_go {
margin-left: 3px;
display: inline;
}
.cat_img  {
   width: 340px;
}
.cat_img  img {
	border: 5px solid #666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.cat_desc  {
width: 100%;
}
.cat_desc ul {
 margin-top: 20px;
 margin-bottom: 20px; 
}
.cat_desc ul li {
 margin-left: 20px;
}

.cat_desc p {
 margin-top: 10px;
}
.cat_desc img {
 margin: 10px;
}
.titlepad {
    padding-bottom:10px;
	padding-left:10px;
}