
/* Article details */
.articlequote {
	font-size : 10px;
	font-weight:bold;
	margin-left: 20px;
}

.articlequotecite {
	font-size : 10px;
	font-weight:bold;
	text-align:right;
	font-style:italic;
}

.author {
	font-style:italic;
}


html>body div#footercontacts, html>body div#footerlogos {
	height:auto;
	overflow:hidden;
}

div.footercontact {
	float:left;
	width:272px;
	margin-right:8px;
}

div.footercontact h3,div.footercontact p  {
	font-size:0.9em;
}

div.footercontact h3 {
	color:#19b4e8;
	margin-bottom:0px;
}

/* holidays */

.holidaysdate h4, .holidaydate h4 {
	clear:both;
	float:left;
	margin:0px;
}

.holidaysdate p.exchange, .holidaydate p.exchange {
	margin:0px;
	margin-left:120px;
}

.holidaysdate, .holidaydate {
	margin-top:6px;
	margin-bottom:6px;
	padding-bottom:6px;
	background-image : url(../../graphics/dot_bg.gif);
	background-repeat : repeat-x;
	background-position : 0 100%;
}

table.holidaydates {
	margin:0px;
}


div.exchange h3 {
	margin-top:6px;
	margin-bottom:6px;
	padding-top:6px;
	padding-bottom:8px;
	background-image : url(../../graphics/bg_double_dot.gif);
	background-repeat : repeat-x;
	background-position : 0 0%;
	text-transform:uppercase;
}

div.exchange h3 {
	padding-left:8px;
}

div.exchange p, div.exchange table, div.exchange ul  {
	margin-left:8px;
}

table.contract {
	border:0px;
	border-top:1px solid #9f9f9f;
	border-left:1px solid #9f9f9f;
	margin-bottom:12px;
}

table.contract th {
	background-color:#9f9f9f;
	color:white;
}

table.plain th {
	background-color:none;
	color:inherit;
}

table.contract th, table.contract td {
	margin:0px;
	border:0px;
	border-right:1px solid #9f9f9f;
	border-bottom:1px solid #9f9f9f;
	padding:2px;
	vertical-align:top;
}

/* Article lists */

div.listarticle {
	background-image : url(../../graphics/dot_bg.gif);
	background-repeat : repeat-x;
	background-position : 0 0%;
	padding:6px;
	width:100%;
	margin-bottom:0px;
	margin-top:2px;
	height:1px;
}

html>body div.listarticle {
	height:auto;
	overflow:hidden;
}

div.listarticle.first {
	background-image:none;
}


div.listarticle h3 {
	font-size:1em;
	margin:0px;
}

div.listarticle h3, div.listarticle p {
	margin-left:80px;
	height:1px; /* NEED LAYOUT IN IE6 - 3px jog bug but don't give layout for Moz */
}

html>body div.listarticle h3, html>body div.listarticle p {
	height:auto;
}

div.listarticle.nodate h3, div.listarticle.nodate p {
	margin-left:0px;
}

div.listarticle p.date {
	width:74px;
	float:left;
	margin:0px;
}

div#column1 {
	float:left;
	width:48%;
}

div#column2 {
	float:right;
	width:48%;
}

.subtitle {
	
}

div#column1 h2.subtitle, div#column2 h2.subtitle, h2.subtitle.narrow {
	background-image: url(../../images/stylesheet/subtitle_narrow_bg.gif);
	padding-right:96px;
	background-position:100% 0;
}

div#sectionoptionsnav {
	margin-bottom:2px;
}

/* Events */
table.eventListing p {
	margin:0px;
	margin-bottom:2px;
}

table.eventListing h3 {
	margin:0px;
	margin-bottom:2px;
}


/* products listings */
div.productentry {
	margin-bottom:4px;
	height:10px;
}

html>body div.productentry {
	height:auto;
	overflow:hidden;
}

div.productentry h3 {
	margin:0px;
}

div.productentry  div.productimage {
	float:left;
	padding:8px 0px;
	border:0px;
	margin:0px;
}

div.productinfo {
	padding-left:12px;
}

div.productdetail  img {
	float:left;
	margin:8px 12px 8px 0px;
	padding:0px;
}

div.productentry  p.moredetails {
	margin:4px 0 4px 0;
}

div.productdetail div.productinfo {
	padding:0px;
	margin:12px 0px 4px 0px;
	padding-left:12px;
}

div.productentry  div.productinfo {
	margin:8px 0 4px 0;
}

table.productoptions {
	width:520px;
}

table.productoptions td.price {
	width:60px;
}
table.productoptions td.optioninfo {
	width:300px;
}
table.productoptions td.qty {
	width:40px;
}
table.productoptions td.button {
	width:164px;
}

div.productdetail table.productoptions {
	clear:both;
}

table.productoptions {
	border:0px;
	margin:6px 0 4px 0;
	border-top:1px solid #eaeaea;
}

table.productoptions td {
	border:0px;
	margin:0px;
	background-color : #fff4ed;
	border-bottom:1px solid #eaeaea;
}

div.productinfo .price {
	font-weight:bold;
	color:#ff6e0d;
	padding-top:2px;
}

div.productinfo .qty, div.productinfo .button {
	vertical-align:middle;
	
}

div.productinfo .qty input {
	text-align:center;
	width:14px;
}

div.downloadpanel {
	background-color : #f1f1f1;
	font-weight:bold;
	padding:6px;
	clear:both;
}

div.downloadpanel img {
	float:left;
	display:block;
	margin:0px 12px 8px 0px;
	border:0px;
	padding:0px;
}
/*
div.downloadpanel {
	margin:12px 0 12px 0;
}*/

div.downloadpanel span {
	font-weight:normal;
	display:block;
}


/* shopping basket */
table.basket .price {
	padding-left:12px;
	text-align:right;
	font-weight:bold;
}
table.basket td.summary {
	text-align:right;
	font-weight:bold;
	padding-right:12px;
}


table.basket {
	border:0px;
	border-top:1px solid #9f9f9f;
	border-left:1px solid #9f9f9f;
	margin-bottom:12px;
}

table.basket th {
	background-color:#9f9f9f;
	color:white;
}

table.basket th, table.basket td {
	margin:0px;
	border:0px;
	border-right:1px solid #9f9f9f;
	border-bottom:1px solid #9f9f9f;
	padding:2px;
	vertical-align:top;
}


div.searchresults  p.rank {
	float:left;
	width:70px;
}

div.searchresults div.searchinfo {
	margin-left:70px;
	_height:1%;
}

div.searchresults h3 {
	float:none;
	text-indent:0px;
}

div.searchresults p.searchresultsinfo {
	margin-top:2px;
}


/* Site map listings */
ul#sitemap {
	list-style:none;
	margin:0px;
	padding:0px;
	border:0px;
}

ul#sitemap ul {
	margin:0px;
	border:0px;
	padding:0px;
	margin-top:4px;
	margin-bottom:4px;
	list-style:none;
}

ul#sitemap ul li {
	margin:0px;
	margin-left:12px;
	border:0px;
	padding-left:12px;
	background-image: url(../../graphics/listbutton.gif);
	background-repeat : no-repeat;
	background-position : 0 50%;
}


/* Login page */
div#subsPage div#publication {
	width:48%;
	float:left;
}

div#subsPage div#publication div.subsimage  {
	float:left;
	margin:4px;
}

div#subsPage div#publication h2 {
	margin-bottom:0px;
}

div#subsPage div#loginExistingUsers {
	width:48%;
	float:right;
}

div#login div#reminderform {
	margin-top:12px;
}

div.formContent {
	padding:6px;
}

div#mainContent.register div#register input.field {
	width:
}
