
/* Basic setup for styles */

body, table, tr, td, p, h1, h2, h3, div, form, ul, li {
	margin: 0px;
	padding: 0px;
}

body {background-color: #ffffff;
	font-family: Verdana,tahoma,Helvetica,sans-serif;
	font-size: 0.8em;
	color: black;
}

#tblLayout
{background-color: #ffffff;
	font-family:  Verdana,tahoma,Helvetica,sans-serif;
	font-size: 0.85em;
	color: black;
	width:100%;	
}


p	{color:Black;
	}

 a
{
	text-decoration:none;
	font-weight:bold;
	padding-left:2px;
	color:Blue;

}

 a:hover
{
	color:Red;
}	
	
h1
	{
		color:White;
		font-size:medium;
		font-weight:600;
		background-color:#194282;
		padding:3px 0 3px 2px;
	}
h2
	{
		color:White;
		font-size:medium;
		background-color:#013567;
		padding:1px 0 1px 2px;		
	}
h3
	{
		color:#013567;
		font-size:medium;
		font-weight:bolder;
	}
		
h4
	{
		color:#013567;
		font-size:1.0em;
		background-color:#C1CDCD;
		padding:1px 0 1px 2px;	
		margin-top:0;		
	}	
	
	
h5
	{
		color:white;
		font-size:1.0em;
		background-color:#013567;
		padding:1px 0 1px 2px;	
		margin-top:0;	
	}	
	
	

	.redtext
	{
		color:#cc0000;
		font-weight:bold;
	}


	.bluetext
	{
		color:#003366;
		font-weight:bold;
	}
	
	.bluetextad
	{
		color:#3366cc;
		font-weight:bold;
	}
	
	.redlink
	{
		color:#cc0000;
		text-decoration:none;
	}
	
	.redlink:hover
	{
		color:Red;
		text-decoration:none;
	}	

/* Div identifiers */

div#topofpage
{
	background-color: #013567;
	width:100%;
	height:124px;
}

div#pagefooter
{
	clear:Both;
}


div#logo
{
	float:left;
	width:272px; 
	height:124px;		
}

div#rightimage 
{
	float: right;
	background-image: url(../siteimages/globe.jpg);
	width:272px; 
	height:124px;	
}

#rightimage a
{
	color:White;
	font-weight:lighter;
	text-decoration:none;
	padding-right:5px;
	padding-left:5px;
}

#rightimage a:hover
{
	color:yellow;	
}

div#searchbar1
{
	float:right;
	width:250px;
	background-color: #013567;	
	display:none;
	visibility:hidden;	
}

div#searchbar
{
	float:right;	
	display:none;
	visibility:hidden;
}

div#searchbar td
{
	font-family: Verdana;
	color:White;
	font-size:0.7em;
}

div#menubar
{
	float:left;
	width:70%;
	height:30px;
}

div#menu
{
	display:none;
}


div#copyright
{
	background-color: #013567;
	clear: both;
	float: none;
	width:100%;
	text-align: center;
	color:White;
	padding:3px 0 3px 0;
}


div#copyright a
{
	display:none;
}

div#copyright a:hover
{
	display:none;
}


.bob
{
	margin:2px 0px 2px 5px;
	float:left;
}

.mong
{
		color:#013567;
		font-size:1.0em;
		background-color:#C1CDCD;
		padding:1px 0 1px 2px;	
		margin-top:0;	
		font-weight:bold;
		width:100%;
	
}

div#features
{
	display:none;
}

div#features1
{
	float:right;
	border:1px solid #C1CDCD;
	width:175px;
	margin:0px 2px 2px 2px;
	vertical-align:text-top;
}

#tblIMOLayout td
{
background-color: #ffffff;
	font-family: Verdana,tahoma,Helvetica,sans-serif;
	font-size: 0.70em;
	color: #003366;
}

#sectionleft
{
	margin-top:2px;
	margin-bottom:2px;	
	width:49.5%;
	float:left;
	vertical-align:top;
}

#sectionright
{
	margin-top:2px;
	margin-bottom:2px;
	width:49.5%;
	float:right;
	vertical-align:top;
}

#RelatedItems
{

position:absolute;
margin-left:5px;
top:465px;
width:225px;
border:1px solid  #C1CDCD;

}

.tblCart td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight:normal;
	color: Black;
}
.section
{
	width:100%;
	float:left;
	padding-bottom:5px;
}


.sectionimage
{
	height:60px;
	width:77px;
	padding: 0px 4px 2px 0px;
	float:left;
}

.sectiontitle
{
	background-color: #013567;
	width:100%;
	padding: 2px 0px 2px 0px;	
	
}

.sectiontitle a
{	color:White;
}

.sectionbody
{	

	margin-bottom:5px;
}

/*menu */
	.menuItem, .menuItemOver,  .menuitemleft,.menuitemleftOver
	{
		font-size: 0.92em;
		padding-left:2px;
		padding-right:8px;
		font-family: Verdana;
		background-color: #003366;
		font-weight:normal;
		cursor: pointer;
		height:18px;
		margin-top:5px;
	}
	
	.menuItem
	{
		color: white;
		text-align:left;
		
	}
	
	.menuItemOver
	{
		color:yellow;
	}
		
	.menuitemleft
	{
		padding-left:2px;
	}
	
	.menuitemleftOver
	{
		color:yellow;		
		padding-left:2px;
	}
	.menuitemhidden
	{
		display:none;
		padding:0;
		width:0;
		height:0;
	}

	
/*menu  end*/


.whitelinks
{
	float:right;
	font-size:0.85em;
	margin-top:4px;
}

.whitelinks a
{
	color:White;
}


.whitelinks a:hover
{
	color:yellow;
}


.navtable
{
	width:100%;	
}

.navtable td
{
	vertical-align:top;
	padding-left:2px;
}

.navtable a
{
	font-size:0.7em;
}


#breadcrumbs
{
	display:none;
}


/*Product Table settings - used to lay out the product tables*/

	.producttable
	{
		font-size:1em;
		color:#013567;
		height:400px;
		width:100%;
	}

	.producttable td
	{
		vertical-align:top;

	}

	.producttable a
	{
		font-size:1em;
	}

/*Product Table settings end */


/*Editorial Programme pages - used to lay out the editorial programmes*/
	#epleftdiv, 	#epmiddlediv, 	#eprightdiv
	{
	width:30%;
	float:left;
	}

	#epmiddlediv, #eprightdiv
	{
	margin-left:15px;
	}
	
	.featuretext, .featuretextred, .featuretextblue
	{
	border-bottom:1px;
	border-bottom-style:solid;
	border-bottom-color:#999999;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	margin-top:2px;
	padding-left:20px;

	width:100%;
	}
	
	.featuretext
	{
	background-image:url(../images/arrow.gif);
	}
	
	.featuretextred
	{
	background-image:url(../images/arrowred.gif);
	color:#CC0000;
	font-weight:bold;
	}
	
		.featuretextblue
	{
	background-image:url(../images/arrowblue.gif);
	color:#3366cc;
	font-weight:bold;
	}


/*Editorial Programme pages end*/

.redbutton
{
	padding:1px 5px 1px 5px;
	border:1px solid #C1CDCD;
	Width:120px;
	background-color:Red;	
	color:White;
	font-size:x-small;
	font-weight:bold;
	cursor:pointer;
}
.redbutton a
{
	font-size:x-small;
	font-weight:bold;
	color:White;
	text-decoration:none;
}

.redbutton a:hover, .bluebutton a:hover
{
	color:White;
	cursor:pointer;
}

.bluebutton
{
	padding:2px 0px 2px 3px;
	Width:175px;
	text-align:center;
	vertical-align:bottom;
}
.bluebutton a
{
	border:1px solid #C1CDCD;	
	padding:2px 5px 2px 5px;	
	background-color:Blue;
	Width:120px;	
	font-size:x-small;
	font-weight:bold;
	color:White;
	text-decoration:none;
}

div#content
{
	vertical-align:top;
	display:block;
	width:100%;
	
}

#sbtop
{
	margin-top:2px;
	border:1px solid #C1CDCD;
	font-size: 1.0em;	
}


.infobar
{
	padding:0px 2px 2px 2px;
	vertical-align:top;
	float:right;
	text-align:center;
}

.tblCart
{
		width:140px;
}

.tblCart td
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight:normal;
	color: Black;
}

.sbCenter
{
	text-align:center;
	display:block;
	
}


.sbRight
{
	text-align:right;
	display:block;
	margin-right:2px;
	font-size:1em;
}

.itemlist
{	
	width:140px;
}

.CurrencySelector
{
	font-size: xx-small;	
	float:right;
	padding:2px;
	vertical-align:text-top;
}

.CurrencySelector td
{
	font-size: xx-small;	

}
.clearer {
    display : block;
    clear: both;
    height: 0em;
  }
  
  .ShoppingBasket, .BasketControls
  {
	float:left;
	width:85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	color: Black;
	text-align:left;
	border-collapse:collapse;
	border-color:#e2e2c7;
  }
  
    .ShoppingBasket, .BasketControls
  {
	width:85%;
  }
  
    .BasketControls
  {
	width:14%;
	margin-left:2px;
	border:1px solid #013567;
  }
  

    .ShoppingBasket th 
  {
	background-color:#d3d3d3;
  }  
  
  
   .BasketControls th
  {
	background-color: #013567;
	color:White;
	text-align:center;

	
  }

    .ShoppingBasket td 
  {
	border-top:1px solid #BABABA;
	padding:2px;
  }  
  
  
   .BasketControls td 
  {
	padding:4px;

 }  
 
 .bold
 {
	font-weight:bold;
 }
  
.linkbutton
{
	border:0;
	background-color:#ffffff;
	color:blue;

	
}
 
 
 .linkbuttonNormal
 {
	border:0;
	background-color:#ffffff;	
	color:blue;
}
  
  .linkbuttonOver
  {
	border:0;
	background-color:#ffffff;	
	color:Red;
  }


  
  .deletebutton
  {
	border:none;
	background-color:Transparent;
	cursor:pointer;
	background-image:url(../siteimages/bin.jpg);
	height:19px;
	width:16px;
  }
  
  .alert
  {
	font-weight:bold;
	color:Red;
	font-size:x-small;	
  }
  
  .bob TR
  {
	border-top:1px solid red;
	margin-top:1px;
  }
  
  #BillingAddress
  {
	font-size:x-small;
	border-top:1px solid red;
  }
    /*Sitemap  */

.SiteMap
{
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


	/*Sitemap headings section */
	.RootNode
	{
	width:100%;	
	color: #000000; 
	font-size: 0.8em;
	font-weight: bold;
	font-variant:small-caps;
	text-decoration: none; 
	margin-left:2px;  		

	}
	.RootNode a 
	{
	width:100%;		
	font-size: 0.8em;
	font-weight:bold;
	padding: 2px 0px 2px 0px;	
	}
	.RootNode a:hover
	{
	}
	/*Sitemap headings section end*/


	.LeafNode, .LeafNode a
	{
	color: #000000; 
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none; 
	margin-left:2px;  	
	}

	.LeafNode a:hover
	{
	color: #000000; 
	text-decoration: underline; 
	}

	.LeafNodeDescription
	{
	color: #000000; 
	font-size: xx-small;
	font-weight: normal
	}



	.ChildNode, .ChildNode a
	{
	font-size: 0.8em;
	font-weight:normal;
	color: #000000; 
	text-decoration: none; 
	margin-left:2px;  	
	}


	.ChildNode a:hover
	{
	color: #000000; 
	text-decoration: underline; 
	}

	.ChildNodeDescription
	{
	color: #000000; 
	font-size: xx-small;
	font-weight: normal
	}


#tblSiteSearch, #tblSiteSearchNav
{	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: Black;
	border-collapse:collapse;
}

	
.highlight
{
	background-color:Yellow;
	
}

.contactLabel
{
	font-size:0.8em;
	font-weight: bold;
	text-align:right;
}

.contactData
{
	text-align:right;
}

.FreeTrialTable
{
	width:90%;
}

.freeTrialLabel
{
	font-size:0.8em;
	font-weight: bold;
	text-align:right;
	width:40%;
}

.freeTrialData
{
	width:80%;
	margin-bottom:3px;
}

.diary
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	color: black;
}

.diarydate
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: black;
}

.diaryname
{
	font-family: verdana, tahoma, arial, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: firebrick;
}




#tblemissions td
{
font-size: 0.7em;
color: #013567;
padding: 1px;
}

.SearchHeaderTable
{
	background-color:#C1CDCD;
	width:96%;		
	margin:0 2% 0 2%;
	border:1px solid black;
	border-bottom:0;
}

.SearchHeaderTable, .SearchHeaderTable tr
{
	font-size: 1.0em;	
	font-weight:bold;
}

input.btnSort
	{
		color:bold;
		font-family:verdana;		
		font-size:x-small;		
		font-weight:bold;
		text-decoration: underline;
		padding: 0;
		background-color:transparent;
		border:0;
		cursor:pointer;
		
	}

	.ListTable, .ListTable th, .ListTable tr
	{
		font-family:verdana;		
		font-size:x-small;		
		
	}


	.ListTable
	{
		border-collapse:collapse; 	
		border:1px solid black;
		border-top:0; 
		width:96%;		
		margin:0 2% 0 2%;		
	}

	.ListTable th
	{
		font-weight:bold;				
		background-color:#C1CDCD;
	}	




	.ListTableNav
	{
		vertical-align:top;
		font-family:verdana;		
		font-size:x-small;
		float:left;
		clear:both;		

	}	
	td.ItemTemplate
	{
		background-color:white;
		padding:2px 2px 2px 5px;
		border:1px solid #828282;	
		font-family: verdana, tahoma, arial, sans-serif;
		font-size: x-small;
		color:black;		
	}
	
	td.ItemTemplateSmall
	{
		background-color:white;
		padding:5px;
		border:1px solid #828282;	
		font-family: verdana, tahoma, arial, sans-serif;
		font-size: xx-small;
		color:black;		
	}	
	
	
	tr.AlternatingItemTemplate
	{
		background-color:#ffeedf;
		border-left:none;
		border-right:none;
		padding:-2px;
		border:1px solid black;			
	}
	.footer
	{
		font-size:xx-small;
		background-color:#C1CDCD;
		height:20px;	
	}	
	
	.FlashMovie
	{
		display:none;	
		
	}
