﻿@charset "utf-8";
* {margin:0;padding:0;border:0;}

body
{
  font:12px Georgia, 'Palatino Linotype', 'Times';
  word-spacing:0.12em;
  letter-spacing:0.02em;
  line-height:1.25em;
  background-color:#fff;
  color:#333333;
  margin-top:10px;
	font-weight:normal;
}

#basketButton
{
	margin-top:4px;
	float:left;clear:both;
}

#searchTable
{
	padding:0;
	margin:5px 0px 0px 18px;
	float:left;
	clear:none;
	height:20px;
}

#searchTable td
{
	padding:0;
	height:10px;
	text-align:left;
}

input[type="text"],input[type="password"], textarea
{
  padding:2px 5px;
  border:1px solid #ccc;
  font-size:11px;
	vertical-align:baseline;
}

select
{
  font-size:11px;
  border:1px solid #ccc;
	vertical-align:baseline;
}


table
{
  margin-top:20px;
	border-collapse:collapse;
}

td
{
	padding:10px;
}

th
{
	height:40px;
	background-color:#24437d;
	color:#fff;
	text-align:left;
	padding:10px;
}

#totalBox
{
	text-align:right;
}

table.access
{
  margin-bottom:20px;
  padding:2px;
  color:#ffffff;
}

.access td
{
	border:1px solid #999999;
}

tr
{
  height:22px;
}

h1 
{
	color:#e8d28d;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:10px;
	font-weight:700;
}

h2
{
  font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:22px;
	font-weight:700;
	color:#25427b;
	margin:22px 0px 5px 20px;	
}

h5
{
  font:11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:18px;
	font-weight:700;
	color:#25427b;
	margin:8px 0px 8px 20px;	
}

h3
{
  font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:30px;
	color:#25427b;
	margin:8px 0px 8px 0px;	
	font-weight:700;
}

h6
{
	color:#506996;
	padding-bottom:10px;
	margin-top:10px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:600;
}

a
{
	text-decoration:none;
	color:#25427b;
	margin:0;padding:0;
}

a:hover
{
	text-decoration:underline;
}

#container
{
	width:966px;
	clear:both;
	margin:0 auto;
	padding-bottom:60px;
}

#inner
{
	width:965px;
	clear:both;
	margin:0 auto 40px auto;
}

.header 
{
	height: 100px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#7f7f7f;
}

.header a
{
	color:#7f7f7f;
}
	
.headerleft 
{
	float:left;
}
	
.headerright 
{
	float:right;
	line-height:20px;
	margin-top:10px;
	padding-right:5px;
	font-weight:bold;
	font-size:12px;
}
	
.nav {
	height:20px;
	padding:20px 0 10px 0;
	width:100%;
	text-align:right;
}
	
.nav a
{
	color:#FFF;
}
	
.navlinks 
{
	width:100%;
	height:20px;
	padding:26px 0 26px 0;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}

#navHome 
{
	background-image: url(../images/navBooks.gif); 
	background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 27px 10px 26px;
}

#navHomeOn 
{
	background-image: url(../images/navBooks_on.gif); background-repeat:no-repeat;
	height:26px;
	padding:10px 27px 10px 26px;
}

#navbooks 
{
	background-image: url(../images/navBooks.gif); 
	background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 26px 10px 26px;
}
	
#navbooksOn 
{
	background-image: url(../images/navBooks_on.gif); background-repeat:no-repeat;
	height:26px;
	padding:10px 26px 10px 26px;
}
	
#navreviews 
{
	background-image: url(../images/navReviews.gif); background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 20px 10px 19px;
}
	
#navreviewsOn
{
	background-image: url(../images/navReviews_on.gif); background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 20px 10px 19px;
}
	
#navConferences 
{
	background-image: url(../images/navConferences.gif); background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 18px 10px 17px;
}
	
#navConferencesOn
{
	background-image: url(../images/navConferences_on.gif); background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 18px 10px 17px;
}
	
#navConferenceDiary 
{
	background-image: url(../images/navDiary.gif); background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 16px 10px 17px;
}
	
#navConferenceDiaryOn
{
	background-image: url(../images/navDiary_on.gif); background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 16px 10px 17px;
}
	
#navAbout 
{
	background-image: url(../images/navBooks.gif); background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 27px 10px 23px;
}
	
#navAboutOn 
{
	background-image: url(../images/navBooks_on.gif); background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 27px 10px 24px
}
	
#navFriend 
{
	background-image: url(../images/navFriend.gif); background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 24px 10px 23px;
}
	
#navFriendOn
{
	background-image: url(../images/navFriend_on.gif); background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 24px 10px 23px;
}

#navDate 
{
	background-image: url(../images/navDate.gif); background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 25px 10px 24px;
}
	
#navDateOn
{
	background-image: url(../images/navDate_on.gif); background-repeat:no-repeat;
	height:26px;
	padding-top:12px;
	padding:10px 25px 10px 24px;
}
	
.boxes 
{
	height:160px;
	width:100%;
	color:#7988a7;
}

input[type="image"]
{
	vertical-align:baseline;
}

#form1
{
  margin:0px;	
}
	
.topBlocks
{
	width:161px;
	float:left;
	clear:none;
	height:40px;
	padding-top:120px;
	text-align:center;
	font-size:18px;
}

.topBlocks a
{
	color:#7b8bac;
	text-decoration:none;
}

#boxTaxation 
{
	background:url(../images/background_taxation.jpg) top left no-repeat; 
}
	
#boxTrusts {
	background:url(../images/background_trusts.jpg) top left no-repeat; 
}
	
#boxCharities {
	background:url(../images/background_robert.jpg) top left no-repeat; 
}

#boxCompany {
	background:url(../images/background_company.jpg) top left no-repeat; 
}
	
#boxEuropean {
	background:url(../images/background_european.jpg) top left no-repeat; 
}
	
#boxNon 
{
	background:url(../images/background_non.jpg) top left no-repeat; 
}
	
.content 
{
	height:auto;
	min-height:600px;
	_height:600px;
	clear:both;
	float:left;
	width:100%;
	background-image:url(../images/background.gif);
}

#left 
{
	width:161px;
	float:left;
	color:#FFF;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
.leftcontent 
{
	padding:10px 10px 10px 10px;
	float:left;
	clear:both;
}

#middle 
{
	width:640px;
	float:left;
	clear:none;
}

#right 
{
	width:161px;
	float:left;
	color:#FFF;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
.rightcontent 
{
	padding:10px;
	float:left;
	clear:both;	
	width:141px;
}

.rightcontent h1#forthcoming
{
	margin:0;
	padding:0;
	height:20px;
	margin-bottom:10px;
}
	
.sideHeader 
{
	color:#FFF;
	border-bottom:1px solid #fff;
	padding:6px;
	width:148px;
	float:left;
	clear:both;
	font-size:12px;
	line-height:14px;
	margin-left:4px;
}

#account_sideHeader
{
	font-size:14px;
}
	
.sideHeader a
{
	color:#FFF;
	padding:0;
	margin:0;
}
	
.divider {	border-bottom:1px solid #fff;}
	
/*middle content*/

#topbar 
{
	border-bottom:1px solid #a8b3ca;
	padding:0px 0 4px 0px;
	width:643px;
	float:left;
	clear:none;
}
	
.contentbox 
{
	border-bottom:1px solid #a8b3ca;
	padding:20px;
	float:left;
	clear:both;
	width:603px;
	height:auto;
	min-height:100px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
.contentboxLeft 
{
	float:left;
	width:150px;
}
	
.contentboxRight 
{
	float:left;
	color:#25427b;
	line-height:1.3;
	padding:0;
	padding-left:30px;
	margin:0;
	width:410px;
}
	
.conferencesBox 
{
	width:410px;
	float:left;
	clear:none;
	margin:0;
	height:auto;
	min-height:78px;
	border:1px solid #a8b3ca;
	background:url('../images/conferencesBackground.gif') top left no-repeat;
	padding:10px;
	color:#25427b;
	font:12px Georgia, 'Palatino Linotype', 'Times';
	line-height:20px;
	margin-left:-10px;
}

.conferencesBox a
{
	color:#25427b;
}

.conferencesBox h5
{
	font:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	margin-bottom:8px;
}
	
.conferencesBoxheader 
{
	color:#25427b;
}
	
#CategoryContainer
{
	width:100%;
	float:left;
	clear:both;
}
	
.homepageBox
{
	height:160px;
	float:left;
	clear:none;
	width:316px;
	border-bottom:1px solid #a8b3ca;
	padding-left:5px;
}

.hpageLeft
{
	border-right:1px solid #a8b3ca;
}

.imgBox
{
	float:left;
	clear:none;
	width:100px;
	height:130px;
	padding:20px 0px 0px 0px;
	text-align:center;
}

.imgBox img
{
	width:80px;
	height:auto;
}

.titleBox
{
	float:left;
	clear:none;
	width:180px;
	height:auto;
	padding:20px 10px 10px 10px;
	font-size: 11px;
	overflow: hidden;
}

.infoButton
{
	margin-top:6px;
}

/*TEMPORARY FIX FOR CAPITALIZATION PROBLEMS.*/
.titleBox h5{	margin:0px 0px 5px 0px;	text-transform:uppercase;}

.greyfooter 
{
	background-color:#808080;
	color:#FFF;
	width:644px;
	text-align:center;
	height:20px;
	padding-top:5px;
	float:left;
	clear:both;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
	
.greyfooter a
{
	color:#FFF;
	text-decoration:none;
}
	
#contentContainer
{
	min-height:600px;
}

#contentContainer h1
{
	font-size:18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#24447c;
	font-weight:normal;
	margin:20px 0px 0px 20px;
}

.productImage
{
  margin-top:20px;
	margin-bottom:10px;
	float:left;
	clear:none;
	width:115px;
	text-align:left;
	height:auto;
}

.addBasket
{
}

#pDetailsLeft
{
	float:left;
	clear:none;
	width:201px;
	height:211px;
	background:url('../images/details_l.jpg') top left no-repeat;
	padding:15px 15px 15px 15px;
	overflow:hidden;
}

#pDetailsLeft h5
{
	margin:0px 0px 10px 0px;
	disply:block;
}

#pDetailsRight
{
	float:left;
	clear:none;
	width:207px;
	height:211px;
	background:url('../images/details_r.jpg') top left no-repeat;
	padding:15px 15px 20px 15px;
	overflow:hidden;	
}

#pDetailsImg
{
	width:120px;
	float:left;
	clear:none;
	text-align:center;
}



#productDesc
{
	float:left;
	clear:both;	
	width:592px;
	height:259px;
	background:url('../images/product_box.jpg') top left no-repeat;
	margin-left:20px;
	padding:15px 15px 15px 15px;
	overflow:hidden;
}

#productContainer
{
	width:600px;
	float:left;
	clear:none;
	margin-left:20px;
	margin-top:20px;
	margin-bottom:20px;
	line-height:16px;
	font-size:11px;
}

/* Paging on Search Page */
.pagingBox
{
	height:30px;
	float:left;
	text-align:right;
	width:642px;
	clear:both;
	margin-bottom:0px;
	margin-right:32px;
	margin-top:12px;
}
.pagingBox a{text-decoration: none;}
.pagingBox a:hover{	text-decoration: underline;}

#paginBoxFloat
{
	float:right;
	margin-right:55px;
}

/*Without this there are rendering issues for ie7, ie8.*/
#pagingHack
{
	float:right;
	clear:both;
}

#MainDiv, #AdvancedMainDiv
{
	width:644px;
	float:left;
	clear:none;
	min-height:880px;
}

#AdvancedMainDiv h5
{
	margin:10px 0px 0px 20px;
	width:300px;
}

.ShoppingBasket
{
	margin-top:6px;
	float:left;
	clear:both;
}

/*Shopping basket text*/
#sbText
{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:18px;
	margin-bottom:15px;
	float:left;
	clear:both;
	width:141px;text-decoration:none;
}

#browseBooks
{
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	height:18px;
}

.bookBlock
{
	float:left;
	clear:both;
	width:141px;
	height:auto;
	margin-bottom:4px;
}

.bookBlock a
{
	color:white;
	width:141px;
	float:left;
	clear:both;
	margin:0;
	padding-bottom:10px;
	background:url('../images/divider.gif') bottom left no-repeat;
	text-decoration:none;
	font-size: 11px;
	font-weight: bold;
}

.bookBlock a:hover
{
	text-decoration:underline;
}
.browseSubtitle
{
    color: #00FFFF;
}
.forthcomingSubtitle
{
    color: #333;
}


.pnav
{
	width:20px;
	height:17px;
	background:url('../images/page-nav.gif') top left no-repeat;
	float:left;
	clear:none;
	margin-right:2px;
	color:#fff;
	font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}

.pnav-big
{
	width:38px;
	height:17px;
	background:url('../images/page-nav-big.gif') top left no-repeat;
	float:left;
	clear:none;
	margin-right:2px;
	color:#fff;
	font:10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center;
}

#advanced_search
{
	margin:20px 20px 0px 20px;
	width:300px;
	border:1px solid #24437d;
	padding:10px;
}
#advanced_search2
{
	margin:10px 20px 0px 10px;
	width:300px;
	padding:0px 10px;
}

/*Product Boxes ids*/
#productBox
{
	width:617px;
  height:auto;
	float:left;
	clear:both;
	font:11px Georgia, 'Palatino Linotype', 'Times';
	color:#000;
	margin-left:18px;
	margin-bottom:20px;
}

#detailsButton
{
	float:left;
	clear:both;
	width:81px;
	height:17px;
	background:url('../images/prodButton.jpg') top left no-repeat;
	color:#fff;
	padding:6px 4px 4px 12px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}


#productTiled
{
	float:left;
	clear:both;
	width:617px;
	height:auto;
	background:url('../images/prodTiled.jpg') top left repeat-y;
}

#productHeader
{
	float:left;
	clear:both;
	width:571px;
	height:auto;
	background:url('../images/prodMain.jpg') top left no-repeat;
	padding:15px 30px 15px 15px;
	min-height:200px;
	line-height:16px;	
}

#productHeader strong
{
	display:block;
	margin:8px 0px;
}

/*#productHeader br
{
	display:none;
}*/

#productFooter
{
	float:left;
	clear:both;
	width:617px;
	height:44px;
	background:url('../images/prodFooter.jpg') top left no-repeat;
}


#productBox h5
{
  font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:24px;
	font-weight:700;
	color:#25427b;
	margin:8px 0px 8px 0px;
}

.indexImg
{

}


.conferenceProducts
{
	border-bottom:1px solid #a8b3ca;
	padding:20px;
	float:left;
	clear:both;
	width:603px;
	height:auto;
	min-height:100px;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.conferenceProducts h5
{
	margin:0px 0px 10px 0px;
}

.conferenceImg
{
	float:left;
	clear:none;
	width:169px;
	text-align:left;
}

.conferenceImg img
{
} 

.conferenceData
{
	float:left;
	clear:none;
	color:#25427b;
	line-height:1.3;
	padding:0;
	padding-left:10px;
	margin:0;
	width:411px;
	
}

.conferenceBlock
{
	float:left;
	clear:both;	
	width:390px;
}

.conferenceBlock+a
{
	float:left;
	clear:both;
	margin-top:0px;
	margin-bottom:0;
}

.banners
{
  width:133px;
	height:89px;
	margin-left:12px;
}

.banners2
{
  width:133px;
	height:89px;
	margin-left:11px;
}

#basketString
{
	margin:20px;
	float:left;
	clear:both;
}

#shoppingCartTable
{
	margin:0px 0px 10px 0px;
	width:100%;
	border:1px solid #24437d;
	padding:0;
}

#shoppingCartTable td
{
	border:1px solid #24437d;
	margin:0;
}

#boxMargin
{
	margin:20px;
}

#boxMargin h2{margin-left:0px;margin-bottom:20px;}
#boxMargin td{padding-left:0px;}
#boxMargin table{margin-left:0px;}
#boxMargin h5{margin-left:0px;margin-top:15px;}
#boxMargin a{color:#25427b;}

#searchResultBox
{
	margin:20px;
	border-bottom:1px solid #a8b3ca;
}


.deleteTD
{
	text-align:center;
}

#basketContents
{
	float:left;
	clear:both;
	width:100%;
}

#basketContents li
{
	list-style-type:disc;
}

#vat
{
	background-color:#f7655f;
}