/*
------------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: none; }
.orderEdit a { font-family : Verdana, Arial, sans-serif; color: #70d250; text-decoration: none; }
.orderEdit a:hover { font-family : Verdana, Arial, sans-serif; color: #70d250; text-decoration: none; }

/* 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: 12px;
  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;
}


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;
}
.whitebox-header-bg {
	background-image: url(images/whitebox-header-bg.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;	
}

.whitebox-header-left {
	background-image: url(images/whitebox-1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	display: block;

}
.whitebox-header-right {
	background-image: url(images/whitebox-2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	display: block;
	height: 46px;
    font-size:19px;
    line-height: 46px;
	padding-left: 15px;
}

.whitebox-content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2D2D2D;
	border-left-color: #2D2D2D;
	padding: 15px;
	background-color:#202020;
}
.whitebox-content h2 {
    color:#89BF11;
}

.whitebox-content img {

}

.whitebox-content input {
font-size: 16px;
}

.whitebox-footer-bg {
	background-image: url(images/whitebox-footer-bg.jpg);
	background-color: #FFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	display: block;	
	margin-bottom: 5px;
	height: 7px;
	margin-bottom:10px;
}
.whitebox-footer-right {
	background-image: url(images/whitebox-3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
    height: 7px;
}
.whitebox-footer-left {
	background-image: url(images/whitebox-4.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	display: block;
	height: 7px;
}

.main-left {
    width: 125px;
	font-weight: bold;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	vertical-align:top;
	}
.main-right{
	font-weight: bold;
	text-align: left;
	}	
.main-long {
	text-align: left;
	color:#999;
	}
.main-long input {
    width: 500px;
	}			
CHECKBOX, RADIO, SELECT {

}
INPUT {

}

.moduleshipRowOver {
	background-color: #333333; cursor: pointer; cursor: hand; 
}

.moduleRowship_selected { background-color: #333333;  }

.sub_title {
 color: #FFF;
 font-size: 18px;
}



/* Shopping cart pull down \*/

#cartnav {
    float:left; 
    font-weight:bold;
    font-size:11px;
	
}
#cartnav a.signin {
    background: url("../images/view_cart.jpg") no-repeat 0 0;
    text-decoration:none;
    font-weight:bold;
    color:#FFF;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;

}
#cartnav a.signin:hover {
    text-decoration:none;
	color: #FF9900;
	
}

#cartnav strong {
    color:#949494;
}

a.signin {
    position:relative;
}
a.signin span {

}
#cartnav a.menu-open {
    color:#FFF!important;
    outline:none;
}
#small_signup {
    display:inline;
    float:none;
    line-height:23px;
    width:170px;
}
a.signin.menu-open span {
    color:#FFF;
}
#signin_menu {
    display:none;
    background-color:#666;
    position:absolute;
    width:500px;
    z-index:100;
    border:1px transparent;
    text-align:left;
    padding:12px;
    top: 381px; 
    left: 373px; 
    margin-top:5px;
    margin-right: 0px;
    *margin-right: 0px;
    color:#FFF;
    font-size:11px;
	font-weight: bold;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
    -webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}
#signin_menu a {
    color:#FFF;
}
#signin_menu a:hover {
    color:#FFF;
}
.info-pages p {
    margin-bottom: 10px;
}

.info-pages strong {
    color:#FF9900;
}
