/* -------------------------------------------------------------- 
  
   CSS Framework
   Web Design & Development by Studio 24 Ltd
   www.studio24.net - (0870) 241 6159
     
-------------------------------------------------------------- */


@import "reset.css";



/* =CONTAINERS
-------------------------------------------------------------- */

body {
	background: #E4E4E4 url(../img/layout/bg.gif) 0 0 repeat-x;
}

div#container { /* set as 'standard' width, centred container for 1024x768 site */
	background: #fff url(../img/layout/container-bg.jpg) 0 100% no-repeat;
	width: 735px;
	margin: 12px auto 20px auto;
	position: relative; /* The primary navigation anchors off this point */
}

/* =BRANDING
-------------------------------------------------------------- */
div#branding {
	background: url(../img/layout/branding-bg.jpg) 0 0 no-repeat;
	position: relative;
	height: 114px;
}

div#branding img#mlr-logo {
	margin: 0 0 0 3px;
}

div#branding img#ctp-logo {
	position: absolute;
	top: -4px;
	right: -2px;
}


/* =SITE-TOOLS
-------------------------------------------------------------- */
div#site-tools {
	margin: -34px 4px 0 0;
	z-index: 10;
	position: relative;
	text-align: right;
}

div#site-tools form {
	margin: 0;
	padding: 0;
}

div#site-tools fieldset {
	border: none;
}


/* =NAV-PRIMARY
-------------------------------------------------------------- */
ul#nav-primary {
	list-style-type: none;
	margin: 0 0 0 20px;
	padding: 0;
	position: absolute;
	top: 84px; /* anchors off the container */
	left: 0;
	z-index: 20;
} 

ul#nav-primary li {
	float: left;
	margin: 0 1px 0 0;
}

ul#nav-primary li a:link, ul#nav-primary li a:visited, ul#nav-primary li a:focus, ul#nav-primary li a:active {
	background: url(../img/layout/tab.png) 0 0 no-repeat;
	display: block;
	width: 86px;
	height: 28px;
	padding: 2px 0 0 0;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
}

ul#nav-primary li a:hover {
	background: url(../img/layout/tab-hover.png) 0 0 no-repeat;
}

body.home ul#nav-primary li a#nav-home:link, body.home ul#nav-primary li a#nav-home:visited, body.home ul#nav-primary li a#nav-home:focus, body.home ul#nav-primary li a#nav-home:active,
body.about ul#nav-primary li a#nav-about:link, body.about ul#nav-primary li a#nav-about:visited, body.about ul#nav-primary li a#nav-about:focus, body.about ul#nav-primary li a#nav-about:active,
body.products ul#nav-primary li a#nav-products:link, body.products ul#nav-primary li a#nav-products:visited, body.products ul#nav-primary li a#nav-products:focus, body.products ul#nav-primary li a#nav-products:active,
body.ordering ul#nav-primary li a#nav-ordering:link, body.ordering ul#nav-primary li a#nav-ordering:visited, body.ordering ul#nav-primary li a#nav-ordering:focus, body.ordering ul#nav-primary li a#nav-ordering:active,
body.contact ul#nav-primary li a#nav-contact:link, body.contact ul#nav-primary li a#nav-contact:visited, body.contact ul#nav-primary li a#nav-contact:focus, body.contact ul#nav-primary li a#nav-contact:active
{
	background: url(../img/layout/tab-active.png) 0 0 no-repeat;
	color: #000;
}

/* =NAV-SECONDARY
-------------------------------------------------------------- */

ul#nav-secondary {
	list-style-type: none;
} 


/* =NAV-TERTIRARY
-------------------------------------------------------------- */

ul#nav-tertiary {
	list-style-type: none;
} 


/* =BREADCRUMB
-------------------------------------------------------------- */

ul#nav-breadcrumb {
	list-style-type: none;
	width: 410px;
	margin: 15px 0 15px 30px;
}

ul#nav-breadcrumb li {
	display: inline;
} 

ul#nav-breadcrumb li a:link, ul#nav-breadcrumb li a:visited, ul#nav-breadcrumb li a:focus, ul#nav-breadcrumb li a:active {
	background: url(../img/layout/breadcrumb-divider.gif) 100% 60% no-repeat;
	margin-right: 2px;
	padding-right: 10px;
}


/* =CONTENT CONTAINERS
-------------------------------------------------------------- */
div#content {
	padding: 0 20px 20px 20px;
	float: left;
}

body.home div#content {
	padding-top: 20px;
}

body.detail div#content,
body.evaluation div#content {
    min-height: 500px;
}

div#content-primary {
	float: left;
	width: 450px;
	margin: 0 25px 0 0;
}

body.home div#content-primary {
	float: right;
	margin: 0 0 0 25px;
	padding: 40px 0 0 0;
}

div#content-secondary {
	float: left;
	width: 220px;
	margin-top: -25px;
	position: relative;
}

body.home div#content-secondary {
	margin-top: 0;
}

div#content-tertiary {

} 

/* =CATEGORY LISTINGS
-------------------------------------------------------------- */
div.category-listing {
	background: #EAEBED url(../img/global/grey-top-corners.png) 0 0 no-repeat;
	float: left;
	width: 220px;
	margin: 0 0 10px 0;
	padding: 20px 0 1px 0;
}

body.home div.category-listing {
	min-height: 523px;
}

div.category-listing h3 {
	margin: 0 10px;
}

div.category-listing ul {
	margin: 10px 15px 20px 15px;
	padding: 0;
	list-style: none;
	line-height: 1.5em;
}

div.category-listing ul li {
	background: url(../img/global/listing-bullet.gif) 0 50% no-repeat;
	margin: 0 0 1em 0;
	padding: 0 0 0 10px;
}

div.category-listing a:link, div.category-listing a:visited, div.category-listing a:focus, div.category-listing a:active {
	text-decoration: none;
	color: #003258;
}

div.category-listing a:hover {
	text-decoration: underline;
}


/* =SECTION HEADINGS
-------------------------------------------------------------- */
body.home h2.fraud-prevention {
	margin-right: 10px;
}

h2.data-protection,
h2.fraud-prevention,
h2.money-laundering,
h2.e-learning,
h2.bribery-prevention
{
	border: none;
	float: left;
	padding: 0;
}

h2.fraud-prevention a:link, h2.fraud-prevention a:visited, h2.fraud-prevention a:focus, h2.fraud-prevention a:active,
h2.data-protection a:link, h2.data-protection a:visited, h2.data-protection a:focus, h2.data-protection a:active, 
h2.money-laundering a:link, h2.money-laundering a:visited, h2.money-laundering a:focus, h2.money-laundering a:active,
h2.e-learning a:link, h2.e-learning a:visited, h2.e-learning a:focus, h2.e-learning a:active,
h2.bribery-prevention a:link, h2.bribery-prevention a:visited, h2.bribery-prevention a:focus, h2.bribery-prevention a:active
{
	display: block;
	width: 95px;
	height: 52px;
	padding: 25px 110px 0 15px;
	color: #fff;
	line-height: 1em;
}

h2.fraud-prevention a {
	background: url(../img/global/fraud-prevention.gif) 0 0 no-repeat;
}

h2.data-protection a {
	background: url(../img/global/data-protection.gif) 0 0 no-repeat;
}

h2.money-laundering a {
	background: url(../img/global/money-laundering.gif) 0 0 no-repeat;
}

h2.e-learning a:link, h2.e-learning a:visited, h2.e-learning a:focus, h2.e-learning a:active {
	background: url(../img/global/e-learning.gif) 0 0 no-repeat;
	padding-top: 10px;
	color: #31556F;
}

h2.bribery-prevention a {
	background: url(../img/global/bribery-prevention.gif) 0 0 no-repeat;
}

body.home h2.bribery-prevention a:link, body.home h2.bribery-prevention a:visited, body.home h2.bribery-prevention a:focus, body.home h2.bribery-prevention a:active {
	background: url(../img/global/bribery-prevention-large.gif) 0 0 no-repeat;
	width: 450px;
	/* height: 47px;
	padding-top: 35px; */
	height: 40px;
	padding-top: 42px;
}

/* =SITE-INFO
-------------------------------------------------------------- */
div#site-info {
	clear: both;
	border-top: 1px solid #e4e4e4;
	margin: 0 20px;
	padding: 25px 10px;
	color: #8996A0;
} 

div#site-info p {
	float: left;
	margin: -15px 0 0 0;
}

div#site-info ul {
	float: right;
	list-style: none;
	margin: -15px 0 0 0;
	padding: 0;
}

div#site-info ul li {
	float: left;
	margin-left: 15px;
}


/* =BASIC TYPOGRAPHY
-------------------------------------------------------------- */
body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%; /* Dont resize here, resize text elements below */
    line-height: 1.5em;
	color: #363636;
}

p, ul, ol, dl, table, form {
	font-size: 0.75em; /* 12px - changing this will mean you have to re-calculate all nested font-sizing - just leave it alone! */
	font-size: 0.7em;
}

p {
	margin: 0 1em 1em 1em;
}

h1, h2, h3, h4, h5, h6 {
	line-height:1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	/* font-size: 2em; /* 32px */
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 1em;
	padding: 0 10px;
	font-size: 1.5em;
}

h2 {
	/* font-size: 1.75em; /* 28px */
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 0.75em;
	padding: 0 10px;
	font-size: 1.2em;
	color: #4D85A1;
}

h3 {
	/* font-size: 1.5em; /* 24px */
	font-size: 1.2em;
}

h4 {
	font-size: 1.25em; /* 20px */
	font-weight: bold;
}

h5 {
	font-size: 1em; /* 16px */
	font-weight: bold;
}

h6 {
	font-size: 0.75em; /* 12px */
	font-weight: bold;
}

/* =NESTED HEADINGS */
ul h1, ol h1, table h1 {
	font-size: 2.67em;
}

ul h2, ol h2, table h2 {
	font-size: 2.34em;
}

ul h3, ol h3, table h3 {
	font-size: 2em;
}

ul h4, ol h4, table h4 {
	font-size: 1.67em;
}

ul h5, ol h5, table h5 {
	font-size: 1.33em;
}

ul h6, ol h6, table h6 {
	font-size: 1em;
}

form h2 {
	font-size: 1.7em;
}


/* =LINKS
-------------------------------------------------------------- */

a:link, a:visited, a:focus, a:active {
	color: #4D85A1;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

#skipLink { 
	position:absolute;
	left:-9000px;
	top:0; 
	z-index:20;
}

h2 a:link, h2 a:visited, h2 a:focus, h2 a:active {
	text-decoration: none;
}

/* icon links */

.pdf, a.pdf, a.pdf:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/pdf.gif) no-repeat 0 0;
}

.word, a.word, a.word:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/word.gif) no-repeat 0 0;
}

.excel, a.excel, a.excel:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/excel.gif) no-repeat 0 0;
}

.txt, a.txt, a.txt:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/txt.gif) no-repeat 0 0;
}

.flash, a.flash, a.flash:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/flash.gif) no-repeat 0 0;
}
.video, a.video, a.video:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/video.gif) no-repeat 0 0;
}

.podcast, a.podcast, a.podcast:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/podcast.gif) no-repeat 0 0;
}

.pub, a.pub, a.pub:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/pub.gif) no-repeat 0 0;
}

.rss, a.rss, a.rss:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/rss-feed.gif) no-repeat 0 0;
}

.print, a.print, a.print:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/print.gif) no-repeat 0 0;
}

.friend, a.friend, a.friend:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/friend.gif) no-repeat 0 0;
}

.help, a.help, a.help:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/help.gif) no-repeat 0 0;
}

.info, a.info, a.info:hover {
	padding:2px 0 4px 20px;
	background:#fff url(../img/icons/info.gif) no-repeat 0 0;
}
	
/* =LISTS
-------------------------------------------------------------- */

ul {
	margin: 0 0 1em 2em;
}

ol { 
	margin-left: 2.4em; /* larger left margin to line up numeral with bullets on unordered lists */
}

ol.alpha {
	list-style-type: lower-alpha;
}

dl {
	margin: 0 0 1em 2em;
}

dt {
	font-weight: bold;
}

dt, dd {
	margin: 0 0 0.5em 0 ;
}

/* =NESTED ELEMENTS - resetting the font-sizes */
ul ul, ol ol, ul ol, ol ul, dd ul, dd ol,
table ul, table ol, ul table, ol table,
ul p, ol p, dl p, table p, p code, p pre,
form ul, form ol, form dl, form table, form code, form pre, form p
{
	font-size: 100%;
}

ul ul, ol ol, ul ol, ol ul, dd ul, dd ol
{
	margin-bottom: 0;
}


/* =OTHER TEXT ELEMENTS
-------------------------------------------------------------- */

blockquote { 

}

pre, code {
	font-size: 0.85em;
	margin: 0 0 1em 0;
}


/* =TABLES
-------------------------------------------------------------- */

/* NOTE: tables still need 'cellspacing="0"' in the markup for browser reset consistency */

table {
	width: auto;
	margin: 0 0 1em 0;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
}

th,td {
	padding: 0.3em 0.4em 0.2em 0.4em;
	border-bottom:1px solid #ddd;
	border-right:1px solid #ddd;
}

th {
	font-weight:bold;
}

table .alt { /* use this class on every other <tr> for a zebra effect - change colour as suits */
	background: #edf3fe;
}



/* -------------------------------------------------------------- 
   -------------------------------------------------------------- 
	     				FORMS
   -------------------------------------------------------------- 
   -------------------------------------------------------------- */
   

/* =DEFAULT-FORM-STYLES
----------------------------------------------- */

form.default-form {
}

form.default-form fieldset {	
	margin: 1em 0 0 0;
	padding: 0;
	border: 1px solid #EEE;
}

form.default-form fieldset.actions {
	border: none;
}

form.default-form legend {
	font-weight: bold;
	padding:.5em;
	margin-left:1em;
}

form.default-form p {

}

form.default-form div {
	display: block;
	width: 100%;
	float: left;
	padding: 0.5em 0 0.5em 0;
	border-top: 1px solid #EEE;
}

form.default-form div.alt {
	background: #edf3fe; /* example background colour for optional 'zebra' effect */
}

form.default-form label {
	position: relative;
	top: 0.15em;
	padding: 0 0 0 1em;
	width: 15em; /* change this width according to your site design to line things up */
	float: left;
}

form.default-form label em {
	position: absolute;
	right: 0.5em;
	color: red;
	font-weight: bold;
}

form.default-form .radio, form.default-form .checkbox {
	position: relative;
	top: 0.2em;
	float: left;
	margin: 0 0.5em 0 0.5em;
	width: auto;
}

form.default-form #day, form.default-form #month, form.default-form #year {
	position: relative;
	top: 0;
	width: 4.8em; /* small width set for date selection dropdowns */
}

form.default-form fieldset.actions {
	border: none;
	text-align:right; /* set right or left as suits your design */
}

form.default-form fieldset.actions p {
	display: inline;
}

form.default-form #submit {
	width: auto;
}

form.default-form input, form.default-form textarea, form.default-form select {
	width: 15em;	
}

form.default-form .error, div.error { /* example highlighting style for form validation */
	border: 1px solid red;
	background: #FFCCCC;
	padding: 10px;
}

div.error h2 {
	border: none;
}

div.error ul {
	margin-left: 40px;
}

/* =IMAGES
----------------------------------------------- */
img.page-image {
	margin-top: 60px;
}

/* =ERROR MESSAGES
----------------------------------------------- */

div#error {
	padding: 18px 0 0 52px;
	margin: 1em 0 1em 0;
	border: 1px solid red;
	background: #FFCCCC url(../img/icons/icon-alert-warning.gif) no-repeat 10px 10px;
}

/* =CONTACT US PAGE
------------------------------------------------ */
body.contact div#address-1, body.contact div#address-2 {
	float: left;
	width: 215px;
}

body.contact div#address-1 {
	margin-right: 20px;
}


/* =PRODUCTS INDEX PAGE
------------------------------------------------ */
body.products h2.money-laundering a:link, body.products h2.money-laundering a:visited, body.products h2.money-laundering a:focus, body.products h2.money-laundering a:active {
	background: url(../img/global/money-laundering-wide.gif) 0 0 no-repeat;
	width: 326px;
	margin-top: 43px;
}

body.products div.first-column {
	margin-right: 10px;
}

body.products div.first-column, body.products div.second-column {
	/* min-height: 465px; */
	/* min-height: 699px; */
	min-height: 512px;
}

a.e-learning-read-more:link, a.e-learning-read-more:visited, a.e-learning-read-more:focus, a.e-learning-read-more:active {
	background: #D9EDE9 url(../img/global/e-learning-link.gif) 0 0 no-repeat;
	display: block;
	width: 220px;
	height: 27px;
	margin: 0 0 10px 0;
	padding-top: 3px;
	font-size: 0.7em;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #31556F;
}

a.e-learning-read-more:hover {
	background: #31556F url(../img/global/e-learning-link-hover.gif) 0 0 no-repeat;
	color: #fff;
}

/* =PRODUCTS BROWSE PAGE
---------------------------------------------- */
body.browse div#content-primary {
	margin: 0;
	width: 695px;
}

ul.product-listing {
	list-style-type: none;
	float: left;
	margin: 10px 0;
	padding: 0;
}

ul.product-listing fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

ul.product-listing li {
	float: left;
	width: 172px;
	margin: 0 0 6px 0;
	padding: 0;
	min-height: 220px;
	border-bottom: 1px solid #e4e4e4;
	text-align: center;
}

ul.product-listing li p {
	line-height: 1.5em;
}

div.pagination {
    clear: both;
}

div.pagination p {
	font-size: 0.75em;
	line-height: 1em;
	text-align: center;
}

/* =SHOPPING BASKET
---------------------------------------------- */
div.shopping-basket {
	background: #eaebed url(../img/global/basket-bg.gif) 0 0 no-repeat;
	position: relative;
	width: 220px;
	height: 105px;
	margin: -30px 0 20px 0;
	padding: 10px 0 0 0;
	text-align: left;
}

body.browse div.shopping-basket {
	position: absolute;
	top: 169px;
	right: 20px;
}

body.detail div#content-secondary, 
body.evaluation div#content-secondary {
    position: absolute;
    top: 194px;
    right: 20px;
}

div.shopping-basket p {
	margin-bottom: 0.5em;
}

div.shopping-basket a.button {
	background: #4E85A3 url(../img/global/basket-button.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 81px;
	height: 26px;
	margin: 0;
	padding: 2px 0 0 0;
	font-size: 0.7em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
}

body.browse h1, body.browse h2 {
	margin-right: 240px;
}

/* =PRODUCT DETAIL PAGE
----------------------------------------------------- */
div#product-group-description {
	background: #FFFFCD;
	border: 1px solid #e4e4e4;
	margin: 10px;
	padding: 10px;
}

body.detail div#content-secondary {
	text-align: right;
}

body.detail div#content-secondary form {
	margin: 0 0 20px 0;
	padding: 0;
}

body.detail div#content-secondary form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

body.detail div#content-secondary form label {
	float: right;
	margin-right: 5px;
}

body.detail div#content-secondary select {
	border: 1px solid #4D85A1;
	margin: 0 0 20px 0;
	padding: 2px 3px;
	float: right;
}

body.detail div#variant {
    display: block;
    float: right;
}

body.detail div#quantity {
    clear: both;
}

body.detail div#content-secondary form p {
	margin-right: 0;
}

body.detail div#content-secondary form input {
	margin: 0;
	padding: 0;
}

body.detail div#content-secondary form input#add-to-cart, 
body.detail div#content-secondary form input#request-sample,
body.basket a#go-to-checkout:link, body.basket a#go-to-checkout:visited, body.basket a#go-to-checkout:focus, body.basket a#go-to-checkout:active,
#content-primary input#submit, #content-secondary input#submit,
#content-primary input.submit,
body.checkout input#invoicebutton
{
	background: url(../img/global/detail-button.png) 0 0 no-repeat;
	border: none;
	width: 220px;
	height: 30px;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
    font-size: 0.95em;
}

body.detail div#content-secondary form p#or {
	margin-bottom: 0;
	text-align: center;
}

/* =SHOPPING BASKET PAGE
------------------------------------------------ */
body.basket div#content-primary {
	margin: 0;
	width: 695px;
}

body.basket form fieldset {
	border: none;
}

body.basket table, body.basket td, body.basket th {
	border: none;
}

body.basket table {
	width: 100%;
}

body.basket th {
	background: #e4e4e4;
	border-right: 2px solid #fff;
	padding: 5px 10px;
}

body.basket td {
	padding: 5px;
}

body.basket td.total {
	text-align: right;
}

body.basket input.basket-quantity {
	width: 2em;
}

#content-primary input {
	border: 1px solid #4D85A1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

body.basket .link {
	background: url(../img/global/basket-form-button.png) 0 100% repeat-x;
}

body.basket #go-to-checkout {
	float: right;
	display: block;
	text-align: center;
	text-decoration: none;
}

/* =CHECKOUT PAGE
--------------------------------------------------------- */
body.checkout div#content-primary {
	margin: 20px 0 0 0;
	width: 695px;
}

body.checkout form#details div, body.checkout h2, body.checkout p {
	clear: both;
}

body.checkout h2 {
	padding-top: 10px;
}

body.checkout form#details div, body.checkout p {
	margin-left: 15px;
}

body.checkout form#details div div { /* nested divs */
	margin: 0;
}

body.checkout form#details label {
	float: left;
	width: 250px;
	margin-bottom: 10px;
}

body.checkout form#details input, body.checkout form#details input.checkbox {
	float: left;
	border: none;
}

body.checkout form#details input, body.checkout form#details select {
	border: 1px solid #4D85A1;
	padding: 4px;
}

body.checkout form#details select {
	width: 155px;
}

body.checkout form#details input#submit {
	border: none;
}

body.checkout form#details label#extraUpToDateLabel {
	width: 600px;
}

body.checkout p.legal {
	position: relative;
	top: -10px;
}

/* =CONFIRMATION PAGE
------------------------------------------- */
body.checkout table#order-table {
	width: 100%;
	clear: both;
}

table#order-table, table#order-table th, table#order-table td {
	border: none;
}

table#order-table th {
	background: #e4e4e4;
	border-right: 2px solid #fff;
	padding: 5px 10px;	
}

table#order-table td.total {
	text-align: right;
}

table#order-table td.price {
        text-align: right;
        padding-right: 5px;
}

div.column dl {
	clear: both;
	margin-left: 15px;
}

div.column dl dt {
	float: left;
	padding-right: 1em;
	width: 100px;
}

div.column dl dd {
	float: left;
}

div.column dl dd p {
	margin-left: 0;
}

body.checkout form fieldset {
	border: none;
}

/* =MONEY LAUNDERING PAGE / FRAUD PREVENTION PAGE / DATA PROTECTION PAGE / BRIBERY PREVENTION PAGE
----------------------------------------------------- */
body.money-laundering #content-primary p, 
body.fraud-prevention #content-primary p,
body.data-protection #content-primary p,
body.bribery-prevention #content-primary p {
    margin-right: 240px;
}

body.money-laundering #content-primary div.shopping-basket p,
body.fraud-prevention #content-primary div.shopping-basket p,
body.data-protection #content-primary div.shopping-basket p,
body.bribery-prevention #content-primary div.shopping-basket p {
    margin-right: 1em;
}

/* =REQUEST AN EVALUATION PAGE
-------------------------------------------------------- */
body.evaluation form#request-sample-form fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

body.evaluation form#request-sample-form label {
    display: block;
    margin: 0 0 10px 1em;
    overflow: visible;
    padding: 3px 0 0 0;
}

body.evaluation form#request-sample-form label input,
body.evaluation form#request-sample-form label select
{
    border: 1px solid #4D85A1;
    display: inline;
    float: right;
    margin: -2.2em 0 0 0;
    padding: 2px 3px;
    width: 150px;
}

/* =CSS HACK FOR SAFARI 3 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body.evaluation form#request-sample-form label input,
    body.evaluation form#request-sample-form label select {
        margin-top: 0;
    }
}

/* =CSS HACK FOR OPERA */
@media all and (min-width:0px) {
    head~body.evaluation:lang(en) form#request-sample-form label input,
    head~body.evaluation:lang(en) form#request-sample-form label select {
        margin-top: 0;
    }
}

body.evaluation form#request-sample-form label select {
    width: 158px;
}

body.evaluation form#request-sample-form input#submit {
    margin-left: 5px;
}

/* =CHECKOUT INPUT FORMS / MY ACCOUNT
------------------------------------------------------ */
body.input form#details label,
body.account form#details label {
    display: block;
    width: 40em;
    margin: 0 0 10px 0;
    overflow: visible;
    padding: 0;
}

body.input form#details label input, body.input form#details label select,
body.account form#details label input, body.account form#details label select {
    float: right;
    margin: -2.1em 0 0 0;
}

/* =CSS HACK FOR SAFARI 3 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body.input form#details label input, body.input form#details label select,
    body.account form#details label input, body.account form#details label select {
        margin-top: 0;
    }
}

/* =CSS HACK FOR OPERA */
@media all and (min-width:0px) {
    head~body.input:lang(en) form#details label input, body.input form#details label select,
    head~body.account:lang(en) form#details label input, body.account form#details label select {
        margin-top: 0;
    }
}

body.input form#details label input.checkbox,
body.account form#details label input.checkbox {
    margin: 0 5px 0 0;
    position: relative;
    top: 2px;
}

/* =MY ACCOUNT
---------------------------------------------- */
body.account div#content-primary {
    margin: 0;
    padding-top: 20px;
    width: 695px;
}

/* =WIDE BUTTON (E-LEARNING PAGE)
---------------------------------------------- */
div#content a.button-wide {
    background: #31556F url(../img/global/wide-button-hover.gif) 0 0 no-repeat;
    display: block;
    width: 400px;
    height: 27px;
    margin: 0 13px 10px 13px;
    padding-top: 3px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

