.messageStackWarning {
	background: #A5C6EF;
	color: #0055BB;
	font-weight: bold;
	border: 2px solid #83B0E9;
	}

.messageStackError {
	background: #F9C6C6;
	color: #CC0000;
	font-weight: bold;
	border: 2px solid #FB7B7B;
	}

#productImportantDetails {
	padding: 1em 2em .5em 2em;
	background: #FFF5CC;
	color: #000000;
	border: 2px solid #FFE57F;
	margin: 0em 0em 1em 0em;
	}
	
#productImportantDetails li {
	padding-bottom: .5em;
	list-style: none;
	padding-left: 1.5em;
	background: url(../images/style3/bullet.gif) no-repeat left 4px;
	}
	
#productOtherDetails {
	padding: 1em 2em .5em 2em;
	background: #C7D9F0;
	color: #000000;
	border: 2px solid #7FACE5;
	margin: 0em 0em 1em 0em;
	}
	
#productOtherDetails li {
	padding-bottom: .5em;
	list-style: none;
	padding-left: 1.5em;
	background: url(../images/style3/bullet.gif) no-repeat left 4px;
	}