/* Base Css file 'D:\internet\root\www\TourWebManta\www\History\Css\pagHistory.css' */
div.intro
{
  margin-bottom: 10px;
}

div.clearHistory
{
  margin-bottom: 10px;
}

div.historyListContainer
{
}
div.countryHistoryItemContainer
{
  clear:both;
  margin-bottom: 10px;
}

div.countryHistoryItemContainer div.title
{
  background-color:#3C51AA;
	color:#FFFFFF;
	font-size:12px;
	/*text-transform:uppercase;*/
	font-weight:bold;
	padding-bottom:4px;
	padding-top:4px;
	padding-left:10px;
	margin-bottom: 5px;
}

div.historyItem {	
	clear:both;
	margin-bottom: 5px;
	width:518px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C51AA;
}
div.historyItem div.entity div.countryName {
	float:left;
	width:120px;
	height:20px;
	overflow:hidden;
	padding-right:10px;
	color:#3C51AA;
	font-size:12px;
	font-weight:bold;
	/*text-transform:uppercase;*/
}
div.historyItem div.entity div.countryName a:link, div.historyItem div.entity div.countryName a:visited {
	color:#3C51AA;
	text-decoration:none;
}
div.historyItem div.entity div.countryName a:active, div.historyItem div.entity div.countryName a:hover {
	color:#3C51AA;
	text-decoration:underline;
}
div.historyItem div.entity div.accoName {
	float:left;
	width:222px;
	height:20px;
	overflow:hidden;
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
}
div.historyItem div.entity div.accoName a:link, div.historyItem div.entity div.accoName a:visited {
	color:#000000;
	text-decoration:none;
}
div.historyItem div.entity div.accoName a:active, div.historyItem div.entity div.accoName a:hover {
	color:#000000;
	text-decoration:underline;
}
div.historyItem div.entity div.countryName, div.historyItem div.entity div.accoName, div.historyItem div.entity div.themaName {
	line-height:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C51AA;
}
div.historyItem div.entity div.themaName {
	float:left;
	width:156px;
	color:#3C51AA;
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
	background-color:white;
}
div.historyItem div.entity div.itemColors {
	
	background-image: url(../../Shared/Images/bgHistoryValue.gif);
	background-repeat: repeat-y;
	background-position: right bottom;
	behavior: url(../Shared/Css/hover.htc);
}
div.historyItem div.entity div.itemColors:hover, div.historyItem div.entity div.itemColors.hover {
	cursor:pointer;
	color:#000000;
}
/* entityPic */
div.historyItem div.entity div.itemColors div.entityPic {
	float:left;
	width:120px;
	margin-right:10px;
	padding-top:4px;
	padding-bottom:4px;
}
/* introText */
div.historyItem div.entity div.itemColors div.introText {
	float:left;
	width:222px;
	margin-right:10px;
	margin-bottom: 10px;
	padding-top:8px;
	height:auto;
	overflow:hidden;
}
div.introText div.frag
{
	height:60px;
	overflow:hidden;
}
/* more link (only visible when div.frag has an overflow */
div.introText div.more 
{
  padding-top: 5px;
  display:none;
}
div.introText.overflow div.more 
{
  padding-top: 5px;
  display:block;
}
div.introText.overflow div.more a:link, div.introText.overflow div.more a:visited {
	color:#3C51AA;
	text-decoration:none;
}
div.introText.overflow div.more a:active, div.introText.overflow div.more a:hover {
	color:#66CBFF;
	text-decoration:underline;
}
/* introvalues */
div.historyItem div.entity div.itemColors div.introValues {
	float:left;
	width:156px;
}
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;
}
div.valuesAttribute span {
	margin-top: -17px;
	padding-left: 70px;
}
div.price {
	padding-top:3px;
	padding-left:10px;
	background-color:#EBFFFF;
	padding-bottom: 10px;
}
div.price div {
	display:block;
	font-weight:bolder;
	text-align:left;
	text-transform:uppercase;
	font-size:16px;
	padding-top:10px;
}
div.options
{
  float:right;
  margin-bottom: 5px;
}
div.options input.formButton
{
  padding-left:10px;
  background-image:url(../../Shared/Images/bgFormButtonSmall.gif);  
  width: 125px;
}
div.tabset div.tab div.content
{
  padding-bottom: 30px;
}
