/* Base Css file 'D:\internet\root\www\TourWebManta\www\SpecialOffers\Css\comSpecialOffers.css' */
table.special-offer-list
{
  width: 100%;
  font-size: 0.8em;
  border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C51AA;
}
table.special-offer-list tr
{
  background-color: #ffffff;
}
table.special-offer-list tr.alt
{
  background-color: #ebffff;
}
table.special-offer-list tr td
{
  padding-bottom: 3px;
  padding-top: 3px;
  padding-right: 10px;
}
table.special-offer-list tr td.departure
{
  padding-left: 10px;  
}
table.special-offer-list tr td.link
{
  text-align: right;
}
table.special-offer-list tr td.link a
{
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
table.special-offer-list tr td.link a:visited
{
  color: #000000;
	text-decoration:none;
}
table.special-offer-list tr td.link a:hover 
{
  color: #000000;  
	text-decoration:underline;
}

/* override comHighlights css settings to fit into the page tab
/* highlightValues */
div.highlight div.itemColors div.highlightValues {
	float:left;
	width:150px;
}


div.highlight div.itemColors div.highlightValues div.valuesAttribute span 
{
	padding-left: 65px;
}

div.highlight div.itemColors div.highlightValues div.valuesAttribute {
	padding-top:3px;
	padding-bottom:2px;
	padding-left:10px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#3C51AA;
	background-color:#EBFFFF;
}

/* highlightText */
div.highlight div.itemColors div.highlightText {
	float:left;
	width:232px;
	margin-bottom:10px;
	margin-right:5px;
	padding-top:8px;
	height: auto;
	overflow:hidden;
}

div.highlight div.themaName {
	padding-left:7px;
	float:left;
	width:148px;
	color:#3C51AA;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
	background-color:#FFFFFF;
}

div.highlight div.itemColors {
	clear:both;
	background-image:url(../../Shared/Images/bgSpecialsValue.gif);
	background-repeat:repeat-y;
	background-position:right bottom;
	behavior:url(../Shared/Css/hover.htc);
}

