/* Base Css file 'D:\internet\root\www\TourWebManta\www\Specials\Css\comSpecials.css' */
div.Specials {
	margin-bottom:10px;
}
div.Specials div.title {
	font-size:12px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	color:#FFFFFF;
	background-color:#3C51AA;
	padding-bottom:3px;
	padding-top:3px;
	padding-left:10px;
	border: 1px solid #3C51AA;
}
div.Specials img 
{
  border-top: 1px solid #3C51AA;
	border-right: 1px solid #3C51AA;
	border-bottom: 1px solid #3C51AA;
	border-left: 1px solid #3C51AA;
	background-repeat: repeat-x;
	cursor: pointer;
	width: 213px;
}
div.Specials div.content {
	background-color:#EBFFFF;
	padding:10px;
	border-right: 1px solid #3C51AA;
	border-bottom: 1px solid #3C51AA;
	border-left: 1px solid #3C51AA;
}
