/* Main CSS */

body {	
	background-color: #b8131a;
	margin: 0px;
	padding: 0px;
	}

body, th, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000; 
	}

h1 {
	font-size: 18px;
	color: #23a2bd;
	}

h2 {
	font-size: 16px;
	color: #23a2bd;
	}
	
h3 {
	font-size: 14px;
	color: #b8131a;
	}
	
h4 { font-size: 13px;
	color: #23a2bd;
	}
	
hr {
	COLOR: #b8131a; HEIGHT: 1px
	}	

/* Main Link CSS */

a:link {
	font-weight: normal; 
	text-decoration: underline; 
	color: #b8131a;
	} 	
a:visited {
	font-weight: normal; 
	text-decoration: underline; 
	color: #b8131a;
	}	
a:hover {
	font-weight: normal; 
	text-decoration: none; 
	color: #b8131a; 
	}
	
a.white:link {
	font-weight: normal; 
	text-decoration: underline; 
	font-size: 10px;
	color: #fff;
	} 	
a.white:visited {
	font-weight: normal; 
	text-decoration: underline; 
	font-size: 10px;
	color: #fff;
	}	
a.white:hover {
	font-weight: normal; 
	text-decoration: none; 
	font-size: 10px;
	color: #fff;
	}
	
/* Special Text CSS */


.headline {
	color: #215968;
	font-size: 30px;
	font-weight: bold;
	}

.small {	
	font-size: 10px;
	color: #fff;
	}
	
.small2 {	
	font-size: 11px;
	}
	
.home {
	padding-right: 15px;
	}
	
.green {
	color: #70be4a;
	font-size: 13px;
	font-weight: bold;
	}
	
.blue {
	
	font-size: 13px;
	color: #23a2bd;
	}
	
#box {
	width: 500px;
	padding: 15px;
	margin-left: 12px;
	border: 1px solid #23a2bd;	
	}
	
.box2 {
	border: 1px solid #23a2bd;
	padding: 5px;
	height: 260px;
	
	}
	
.button3 {
	background-color: #b8131a;
	border: 1px solid #fff;
	font-weight: bold;
	color: #fff;
	padding: 3px;	
	}
	
.button2 {
	background-color: #23a2bd;
	border: 2px solid #fff;
	font-weight: bold;
	color: #fff;
	padding: 3px;	
	}
	
.form {
	border: 1px solid #23a2bd;	
	background-color: #fff;
	}
	
/* Stuff that applies to images */

.imageFloat {
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
	}
	
.imageFloat2 {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	}
	
.mainBG {
	background: url(images/topbg.jpg) top no-repeat #fff;
	}
	

/* Special divs */

#flashcontent {		
	background: url(images/starsbg.jpg) no-repeat;
	font-weight: bold;
	width: 110px;
	height: 269px;		
	}

/* SHOPING CART STUFF */

/*
Product title
*/
.ProductTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 13px; color: #b8131a;
}

.DialogTitle {
	font-size: 14px;
	font-weight: bold;
	color: #b8131a;
	}

/*
Caption for product details section
*/
.ProductDetailsTitle {
	font-size: 12px;
}

/*
Labels for product details
*/
.ProductDetailsLabel {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #000;
}

/*
Product details
*/
.ProductDetails {
	COLOR: #3d2c0d
}

/*
Product price title
*/
.ProductPriceTitle {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000;
}

/*
Product price title for alternative currency
*/
.ProductPriceConverting {
	FONT-WEIGHT: bold; FONT-SIZE: 11px; COLOR: #082032;
}

/*
Product price
*/
.ProductPrice {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #F34348;
}

/*
Smaller representation of product price
*/
.ProductPriceSmall {
	FONT-WEIGHT: bold; COLOR: #ff3300
}

.CommonButtonBG {
	background-image: url('https://www.tobaccoeducation.com/shop/skins/default/en/images/but_bg.gif');
	background-repeat: repeat-x;
}

.SubmitButtonBG {
	background-image: url('https://www.tobaccoeducation.com/shop/skins/default/en/images/but_bg.gif');
	background-repeat: repeat-x;
}

/* Button Links */

.Button {
	FONT-SIZE: 11px; FONT-WEIGHT: bold; COLOR: #FFFFFF; }

A.ButtonLink:link {
	FONT-SIZE: 11px; FONT-WEIGHT: bold; COLOR: #FFFFFF; TEXT-DECORATION: none;
}

A.ButtonLink:visited {
	FONT-SIZE: 11px; FONT-WEIGHT: bold; COLOR: #FFFFFF; TEXT-DECORATION: none;
}

A.ButtonLink:hover {
	FONT-SIZE: 11px; FONT-WEIGHT: bold; COLOR: #FFFFFF; TEXT-DECORATION: underline;
}

A.ButtonLink:active {
	FONT-SIZE: 11px; FONT-WEIGHT: bold; COLOR: #FFFFFF; TEXT-DECORATION: none;
}