.awesome, .awesome:visited {
	background: #222 url(/images/alert-overlay.png) repeat-x; 
	display: inline-block; 
	padding: 3px 5px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	/*cursor: pointer;*/
}


/* .awesome:active							{ top: 1px; } */
.small.awesome, .small.awesome:visited 			{ font-size: 11px; padding: ; }
.awesome, .awesome:visited,
.medium.awesome, .medium.awesome:visited 		{ font-size: 13px; font-weight: bold; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
.large.awesome, .large.awesome:visited 			{ font-size: 14px; padding: 8px 14px 9px; }
.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
.red.awesome, .red.awesome:visited			{ background-color: #C00000; }
.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
.green.awesome:hover						{ background-color: #749a02; }
/*
.awesome:hover							{ background-color: #111; color: #fff; text-decoration:none}
.blue.awesome:hover							{ background-color: #007d9a; }
.red.awesome:hover							{ background-color: #872300; }
.magenta.awesome:hover							{ background-color: #630030; }
.orange.awesome:hover							{ background-color: #d45500; }
.yellow.awesome:hover							{ background-color: #fc9200; }

*/

/********** INFORMATION ABOUT A PRODUCT ************/

div.additionalInformation {
    background: #E5F6FD;
    border-bottom: 1px solid #7FD7F7;
    border-top: 1px solid #7FD7F7;
	overflow: hidden;
	padding: 0 5px;
}

div.additionalInformation p, div.additionalInformation ul {
	padding: 0 10px;
}

div.additionalInformation ul {
	padding-top: 10px;
}

div.additionalInformation.purple {
	background: #EBEBEB;
    border-bottom: 1px solid #4B465A;
    border-top: 1px solid #4B465A;
	margin-bottom: 19px;
}
div.additionalInformation.orange {
	background: #F7EDDB;
    border-bottom: 1px solid #D97717;
    border-top: 1px solid #D97717;
	margin-bottom: 19px;
}
div.additionalInformation.error {
	background: #ffdbdb;
    border-bottom: 1px solid #D8000C;
    border-top: 1px solid #D8000C;
	margin-bottom: 19px;
	width:610px;
}

div.additionalInformation.white {
	background: none;
    border-bottom: 0;
    border-top: 0;
	padding-top: 0px;
	margin-bottom: 19px;
}

div.offerMessage {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 0 15px 65px;
	background-repeat: no-repeat;
	background-position: 10px center;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
   color: #9F6000;
   background-color: #FEEFB3;
   background-image:url(/images/featured-price.png);
   width:297px;
}