/* CSS Document ONE BRAND PAGE */
div.SelectBrand {
	display: block;
	background: #eee;
	padding: 4px;
	margin:0 5px 10px -3px;
	text-align: right;
	width: 100%;
        float:left;
}
div.SelectBrand select {
	width: 200px;
}

/*-----------------------------PROMO CIGARETTES-------------------------*/
#BrandCigarettes {
	padding: 15px 0 10px 0;
	margin:16px 10px;
	text-align:center;
        height: 160px;
}	
.column {
	
        display:block;
	text-align:left;
        margin-bottom: 10px;
        float:left;
        width: 100%;
        font: 12px Verdana;
        line-height: 22px;

	
}
#BrandCigarettes .column div {
        
        border-bottom:#eee 1px solid;
        margin:35px 9px 0 9px;
        padding-left: 95px;
}
#BrandCigarettes .column div.buy input {
	background: #efc65c;
	color:#7a010d;
	border: 2px solid #d89741;
	cursor: pointer;
	margin:5px 0;
	float: right;
	display:block;
}
#BrandCigarettes .column div div  {
	border:0;
	text-align:left;
	float:none;
        margin:5px 0 0 0;
        font: 11px Verdana, Arial, Helvetica, sans-serif;
        line-height: 18px;
        color: #666;
}

#BrandCigarettes .column div div b {
       color: #000;
}
#BrandCigarettes .column div div p {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 3px 3px 0px;
        color:#000;
        border-bottom:#eee 1px solid;
        padding-bottom: 5px;
}
#BrandCigarettes .column div div p b {
	color: #FF0000;
	background: none;
}
#BrandCigarettes img {
	display:block;
	text-align: center;
	margin:10px auto;
       float: left;

}
#BrandCigarettes a {
	border-bottom:none;
}
#BrandCigarettes span {
	color:#cc0000;
}
#BrandCigarettes .column div label {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
        color: #000;
}
#BrandCigarettes .column div label span {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #ac7c07;
}
/* Radio Buttons */
#BrandCigarettes .column div label.radio_checked {
	background: #fff url(../img/selected.gif) no-repeat left 50%;
	padding:5px 0px 0px 28px;
	cursor: pointer;
	margin-left:0px;
	display: block;
}
#BrandCigarettes .column div label.radio_unchecked  {
	background: #fff url(../img/unselected.gif) no-repeat left 50%;
	
	padding:5px 0px 0px 28px;
	cursor: pointer;
	margin-left:0px;
	display: block;
}


/* Hover State */
label:hover{
	color: #908364;
}

label.highlighted {
	border: 1px solid #333;
	cursor: pointer;
}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
/* STOP EDITTING - DO NOT CHANGE OR REMOVE        */
.crirHidden {
	position: absolute;
	left: -1000px;
}
/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */
