/* Copyright (c) Fluid Creativity, 2007 */

/* General styling */

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(../images/bg.gif) 50% 0 repeat-x;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 65%;
	color: #666;
	text-align: left;
}

img {
	border: 0;
}

p {
	font-size: 1.1em;
	padding: 10px 15px;
	line-height: 1.2em;
	color: #004775;
}

p.contact {
	font-size: 10px;
	color: #1a97c3;
	font-weight: bold;
	padding: 10px 10px 10px 15px;
}

p.cardInfo {
	padding-left: 15px;
}

p.contact span.org {
	color: #004775;
}


p.logoSmall {
	padding: 40px 0 0 10px;
	line-height: 1.4em;
}

p.solutions {
	padding: 40px 0 0 15px;
	width: 120px;
	font-weight: bold;
}

p.services {
	padding: 40px 0 0 15px;
	width: 120px;
	font-weight: bold;
}

p.lightBlue {
	color: #1a97c3;
	font-weight: bold;
}

p.lightBlue span {
	color: #004775;
}

a {
	/* text-decoration: none; */
	text-decoration: underline;
	color: #004775;
}

a:visited {
	color: #666;
}

a:hover, a:active {
	color: #a1a1a1;
	text-decoration: none;
}

/* Headings*/

h1 {
	clear:left;
	font-size: 1.8em;
	color: #004775;
	font-weight: bold;
	padding: 10px 15px;
}

p.whyUse {
	font-size: 1.8em;
	color: #004775;
	font-weight: bold;
	padding: 10px 15px;
}

h2 {
	font-size: 1.4em;
	color: #004775;/*#0e2b8d;*/
	font-weight: bold;
	padding: 10px 15px;
	clear: left;
}

p.newsletterText {
	font-size: 1em;
	color: #004775;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	float: left;
}

h2.infoText {
	font-size: 1.2em;
	color: #004775;
	font-weight: bold;
	padding-bottom: 0px;
}

h3 {
	font-size: 1em;
	color: #004775;
	font-weight: bold;
	padding-left: 15px;
	text-transform: uppercase;
}

h4 {
	font-size: 1.2em;
	color: #004775;
	font-weight: bold;
	padding: 10px 15px 0;
}

h5 {
	font-size: 1em;
	color: #666;
	font-weight: bold;
	text-transform: uppercase;
}

.address {
	margin-right: 20px;
	list-style-type: none;
	list-style-position: inside;
	display: block;
	float: left;
}

.serviceList {
	margin: 10px 10px 0;
	list-style-type: none;
	list-style-position: inside;
	display: block;
	float: left;
}


/* Inline styles */

.clearer {
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both;
}


/* Page structures */

#wrapper {
	position: relative;
	padding: 0 8px;
	width: 640px;
	background: url(../images/bg_shadow.png) 0 0 repeat-y;
	margin: 0 auto;
	z-index: 2;
}

#productWrapper {
	position: absolute;
	z-index: 1;
	left: 50%;
	margin: 70px 0 0 -480px;
	width: 161px;
	background: url(../images/prodbox_mid.gif) 0 0 repeat-y;
	overflow: hidden;
}
#productWrapper a {
	text-decoration: none;
}

	#productWrapper * {
		width: 161px;
	}

		#productWrapper * * {
			width: auto;
			background: #fff;
		}

	#productWrapper ul {
		padding: 5px 0 0 10px;
		width: 141px;
		font-weight: bold;
		color: #289EC7;
	}

		#productWrapper li {
			list-style: none;
			text-transform: uppercase;
			font-size: 1.1em;
		}

			#productWrapper li span {
				cursor: pointer;
			}

			#productWrapper li ul {
				padding: 0;
				width: 131px;
				list-style: none;
			}

				#productWrapper li li {
					padding-left: 10px;
					background: #fff url(../images/bullet.gif) 0 3px no-repeat;
					text-transform: none;
				}

			#productWrapper li a {
				color: #289EC7;
			}

				#productWrapper li li a {
					color: #004775;
				}

				#productWrapper li a:hover, #productWrapper li a:active {
					color: #A1A1A1;
				}

	#productWrapperBottom {
		float: left;
	}

/* Header */
#header {
	/*
	padding: 0 0 0 258px;
	width: 382px;
	*/
	clear: both;
	width: 640px;
	height: 110px;
	background: url(../images/guide_header.gif) 50% 0 no-repeat;
	margin-bottom: 17px;
}


	/* Contact details */
	#header #header_account_options {
		float: left;
		margin: 0;
		padding-left: 10px;
		padding-top: 98px;
		width: 258px;
	}

	/* Contact details */
	#header #header_contact {
		background: url(../images/header_divs_bg.gif) left bottom no-repeat;
		float: left;
		margin: 0 7px 0 0;
		min-height: 110px;
		width: 181px;
	}

		#header #header_contact h2 {
			color: #5dc4ec;
			font-weight: normal;
			text-transform: uppercase;
		}

			#header #header_contact h2 em {
				color: #0055a5;
				font-style: normal;
			}

		#header #header_contact p {
			padding: 0 15px 10px;
		}

	/* Basket */
	#header #header_basket {
		background: url(../images/header_divs_bg.gif) left bottom no-repeat;
		float: left;
		min-height: 110px;
		width: 181px;
	}

		#header #header_basket h2 {
			color: #5dc4ec;
			font-weight: normal;
			text-transform: uppercase;
		}

			#header #header_basket h2 em {
				color: #0055a5;
				font-style: normal;
			}

		/* basket summary */
		#header #header_basket table {
			margin: 0 15px;
			font: bold 120% Arial, Helvetica, sans-serif;
		}

			#header #header_basket table th {
				color: #5dc4ec;
				text-transform: uppercase;
				padding: 0;
				margin: 0;
				text-align: left;
			}

			#header #header_basket table td {
				color: #4080bc;
				padding-left: 0.5em;
			}

		#header #header_basket a {
			margin: 10px 0 0 6px;
		}


		#header_wrapper {
			/* padding-top: 20px; */
			position: relative;
			clear: both;
		}

/* Smart shop Banner*/
#shop_branding {
	float: left;
	margin: 0 0 0 14px;
}

/* Search */
form#search_form {
	background: url(../images/search_box.png) 0 0 no-repeat;
	float: left;
	height: 59px;
	padding: 0;
	margin: 0;
	width: 283px;
}


	form#search_form label {
		text-indent: -99999px;
		margin: 0;
	}

	form#search_form input#query {
		background: #FFF url(../images/icons/search.gif) 5px 4px no-repeat;
		border: 1px solid #1886b3;
		height: 20px;
		padding: 2px 5px 0px 25px;
		margin: 0;
		width: 130px;
		float: left;
	}

	form#search_form input.button {
		float: right;
		margin: -2px 18px 0 0;
		width: auto;
	}

	form#search_form fieldset {
		padding: 0;
		margin: 0 0 0 10px;
	}

		form#search_form fieldset legend {
			position: absolute;
			left: -10000px;
			visibility: hidden;
			line-height: 0;
		}

		form#search_form fieldset.live input#query {
			margin-left: 110px;
			width: 114px;
		}

			form#search_form fieldset.live input.button {
				display: none;
			}


/* Live Search */
div#live_search {
	background: transparent url(../images/live_search_top.png) top left no-repeat;
	clear: both;
	color: #FFF;
	display: none;
	position: absolute; 
	left: 340px;
	top: 75px;
	width: 284px;
	height: auto;
	z-index: 1;
	overflow: hidden;
}

	div#live_search div#live_search_internal {
		background: transparent url(../images/live_search_bottom.png) bottom left no-repeat;
		padding-left: 5px;
		overflow: hidden;
	}

	div#live_search div.legend {
		background: url(../images/live_search_legend.gif) 0 0 no-repeat;
		height: 15px;
		margin: 10px 8px 5px;
		text-indent: -9999px;
	}

	div#live_search fieldset {
		margin: 0;
	}

	div#live_search fieldset label {
		position: absolute;
		left: -99999999px;
	}

	div#live_search select {
		margin: 10px 11px;
		width: 114px;
	}

	div#live_search div#live_search_internal ul {
		border: 1px solid #64b5d5;
		border-width: 1px 0;
		margin: 0 18px 0 11px;
		padding: 10px 0 0;
		overflow: hidden;
	}

		div#live_search div#live_search_internal ul li {
			font: bold 120% Arial, Helvetica, sans-serif;
			list-style: none;
			padding-bottom: .75em;
		}

			div#live_search div#live_search_internal ul li a {
				color: #FFF;
				display: block;
				width: 100%;
			}

	div#live_search div#live_search_internal a#advanced_link {
		clear: both;
		float: right;
		margin: 10px 16px;
		padding: 0 0 0 0;
	}
	
	div#live_search div#live_search_internal h3 {
		color: #FFFFFF;
	}
	
	div#live_search div#live_search_internal p a {
		color: #FFFFFF;
		
	}
	
	div#live_search div#live_search_internal div#ajax_loader_img{
		padding: 100px 50px 100px 120px;
	}
	
	div#live_search div#live_search_internal div#ajax_loader_img span{
		margin-left: -35px;
	}

/*.banner {
	text-align: center;
}*/

#contentWrapper {
	width: 640px;
	padding-bottom: 10px;
}

.content {
	clear: left;
	width: 640px;
	font-size: 1.1em;
	overflow: hidden;
}

	#intro h1,
	#intro p {
		padding-left: 15px;
		padding-right: 15px;
	}

.contentText {
	width: 400px;
	margin-bottom: 10px;
	float: left;
	font-size: 1.1em;
}

.content ul, .content ol {
	margin-left: 15px;
}

.content ul {
	list-style: none;
}

.content ul li {
	padding: 5px 5px 5px 10px;
	background: url(../images/bullet.gif) 0 8px no-repeat;
}

.content ol li {
	margin-left: 16px;
}

#contentImage {
	float: right;
	margin-right: 10px;
}

ul#big {
	list-style: none;
}

ul#big li {
	padding-left: 13px;
	margin: 10px 0;
	background: url(../images/services-bullet.gif) 0 10px no-repeat;
}

ul#big li a, ul#big lia:visited, ul#big li a:active {
	font-size: 1.1em;
	color: #1A97C3;
	font-weight: bold;
	text-decoration: none;
}

ul#big li a:hover, ul#big li a.over {
	color: #113a5e;
	text-decoration: none;
}


#boxFeatured {
	background: url(../images/guide_featured.gif) 0 0 no-repeat;
	width: 191px;
	height: 213px;
	float: left;
	margin-left: 25px;
}

#boxContact {
	background: url(../images/guide_contactus.gif) 0 0 no-repeat;
	width: 189px;
	height: 181px;
	float: right;
	display: inline;
	padding-top: 30px;
	margin: 0 20px;
}

#boxContactWide {
	background: url(../images/guide_contactus_wide.gif) 0 0 no-repeat;
	clear: both;
	width: 516px;
	height: 94px;
	margin: 1em auto;
	padding-top: 45px;
	padding-left: 100px;
}

#boxContactWide p.contact {
	float: left;
	width: 200px;
}



#footer {
	background: url(../images/bg_footer.gif) 0 0 repeat-x;
	width: 100%;
	height: 50px;
}

#footer a, #footer a:active, #footer a:visited {
	color: #004775;
}

#footer a:hover {
	color: #999;
}

img.footerCard {
	float: right;
	margin: -61px -11px 0 0;
	position: relative;
	z-index: 0;
}

#footerBot {
	background: url(../images/footer_bot.gif) 0 0 no-repeat;
	width: 640px;
	height: 48px;
	margin: 0 auto;
}

div.latestProd {
	width: 164px;
	height: 172px;
	margin: 40px 11px;
	padding: 0 7px;
	float: left;
	display: inline;
}

div.latestProd img {
	width: 100%;
	height: 100%;
}

div.viewButton {
	width: 10px;
	height: 10px;
	float: right;
	padding-right: 35px;
	margin-top: 1px;
}

div.footerText {
	color: #004775;
	width: 615px;
	padding: 10px 10px 10px 15px;
	margin: 0 auto;
}


/* Img Positioning */

img.left {
	float: left;
	margin-left: 20px;
}

img.mid {
	float: left;
	margin-left: 12px;
}

img.right {
	float: right;
	margin-right: 20px;
}

/* Navigation */

#primaryNav {
	list-style: none;
	height: 30px;
	margin: 0 1px -5px 1px;
	border-bottom: 1px solid #5ec4ec;
	background: #1882a6 url(../images/bg_nav.gif) 0 0 repeat-x;
	text-align: center;
}

#primaryNav li {
	display: inline;
	font: bold 100% Arial, Helvetica, sans-serif;
	margin: 0 7px;
	line-height: 25px;
}

#primaryNav a, #primaryNav a:visited, #primaryNav a:active {
	font-size: 1em;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
}

#primaryNav a:hover {
	color: #113a5e;
}

/* Category Listing */

/* Products/Category listings - blockList */
ul.blockList {
 	clear: both;
 	float: left;
 	margin: 0;
 	padding: 12px 0 0;
 	width: 100%;
 }

 	ul.blockList li {
 		background: url(/images/layout/featured_product.gif) left bottom no-repeat;
		float: left;
		list-style: none;
		margin: 0 0 10px 15px;
		padding: 0 0 26px;
		width: 192px;
	}

	ul.blockList li h3 {
		background: url(/images/layout/featured_product.gif) 0 0 no-repeat;
		color: #FFF;
		font: normal 120%/1.3 Tahoma, Verdana, Arial, sans-serif;
		margin: 0;
		min-height: 28px;
		padding: 8px 11px 4px 11px;
	}

		ul.blockList li h3 a {
			color: #FFF;
			display: block;
			padding: 0;
			text-decoration: none;
		}

		ul.blockList li h3 a:hover {
			color: #FFF;
			display: block;
			padding: 0;
			text-decoration: underline;
		}

	ul#categoryList {
		background: transparent;
		border: none;
		margin:0 0 0 10px;
	}

	ul#categoryList li img {
		border: 1px solid #dedede;
		border-width: 0 1px;
	}


	ul#categoryList li {
		padding: 0 0 21px;
		width: 136px;
	}

		ul#categoryList li,
		ul#categoryList li h3 {
			background-image: url(/images/layout/category_list.gif);
		}

		ul#categoryList li h3 {
			text-align: center;
			display: block;
			height: 51px;
		}


		ul.blockList li.firstItem {
			clear: both;
		}

	ul.productList li img {
		border: 1px solid #dedede;
		border-width: 0 1px;
	}

		ul.productList li {
			width: 136px;
		}

		ul.productList li,
		ul.productList li h3 {
			background-color: #FFF;
			background-image: url(/images/layout/product_list.gif);
		}

		ul.productList li h3,
		ul.productList li h3 a,
		ul.productList li h3 a:hover {
			color: #004775;
			font-size: 100%;
			font-weight: bold;
		}

/* Newsletter */

#newsletter {
	background: url(../images/guide_newsletter.gif) 0 0 no-repeat;
	width: 559px;
	height: 36px;
	float: left;
	margin: 10px 0 -10px 13px;
	padding: 8px 0 0 0;
	display: inline;
}

#submit {
	width: auto;
}

	#newsletter li {
		margin: 2px 3px;
		bottom: 0;
	}

	#newsletter input {
		width: 130px;
		border: 1px solid #dfdfdf;
		float: left;
		margin: 0 5px;
		font-size: 1em;
		color: #666;
		padding: 3px 2px 3px 2px;
	}

	#newsletter input.submit {
		clear: none;
		border: none;
		background: none;
		margin: 0 12px 0 0;
		padding: 0;
		width: 54px;
		height: 20px;
		float: right;
	}
	
input#newsletterSubmit {
	margin-top: 10px;
	float: none;
}

ul.featuredProducts {
	font-weight: bold;
	color: #289EC7;
	padding-top: 5px;
}

ul.cardSolutions {
	color: #004775;
	padding-top: 15px;
}

	ul.cardSolutions li {
		padding-bottom: 3px;
	}


/* forms  */
.content form {
	padding: 10px 15px;
}

fieldset {
	margin: 0 2em 1em 0;
	padding-top: .5em;
	border: none;
}

	fieldset legend {
		color: #1ab7ea;
		font-size: 1.3em;
		font-weight: bold;
	}

	fieldset label {
		display: block;
		clear: both;
		margin-top: 1em;
		font-size: 1.1em;
		overflow: hidden;
	}

	fieldset label span {
	        float: left;
	        margin-top: 0.2em;
	        position: relative;
	        width: 200px;
	}

	fieldset label em {
		text-indent: -10000px;
		background: url(../images/asterisk.gif) top left no-repeat;
		display: block;
		width: 5px;
		height: 4px;
		position: absolute;
		right: 5px;
		top: 0.3em;
	}

	fieldset input, fieldset select, fieldset textarea {
	        width: 250px;
	}

	fieldset select.rating {
		width: 50px;
	}

	fieldset textarea {
		height: 150px;
	}

	fieldset p {
	        padding: 10px 0;
	}

		fieldset p.subtext {
		        font-weight: bold;
		        font-size: 0.8em;
		}

	input.submit {
		float: right;
		margin-right: 127px;
		display: block;
		width: auto;
		clear: both;
	}

	div.submit {
		text-align: right;
		width: 458px;
		clear: both;
	}
	
	        div.submit a {
	                float: left;
	                line-height: 1.2em;
	                margin-top: 0.5em;
		}

label.option {
	width: auto;
}

	label.option input {
		width: auto;
		float: left;
		margin-right: .5em;
	}

/* Search filters */

#searchFilters fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

#searchFilters legend {
	position: absolute;
	left: -10000px;
	line-height: 0;
	visibility: hidden;
}

#searchFilters label {
	float: left;
	clear: none;
	margin: 3px 0.5em 0 0;
}

#searchFilters label span {
	position: absolute;
	left: -10000px;
}

#searchFilters label select {
	width: auto;
}

#searchFilters input {
	float: left;
	width: auto;
}

/*order summary */

.orderDetails {
	margin: 15px;
	font-size: 1em;
}
	.orderDetails dt {
		color:#004775;
		font-size:1.1em;
		line-height:1.2em;
		padding-left:20px;
		font-weight: bold;
		margin-bottom: 0.5em;
	}
	.orderDetails address {
		color:#004775;
		font-size:1.1em;
		font-style:normal;
		line-height:1.2em;
		padding-left:20px;
	}

.orderDetails p {
	padding-left: 20px;
}



ul.topLinks {
	list-style: none;
	margin: 10px auto -10px;
	padding-top: 1.2em;
	text-align: center;
	background: url(../images/quality-nav-bg.gif) no-repeat;
	width: 570px;
	height: 46px;
}

ul.topLinks li {
	display: inline;
	background: none;
	padding: 0 9px;
}

ul.topLinks li a, ul.topLinks li a:visited, ul.topLinks li a:active {
	font-size: 1.3em;
	font-weight: bold;
	color: #289EC7;
	text-decoration: none;
}

ul.topLinks li a:hover, ul.topLinks li a.over {
	color: #004775;
}

#siteContent img {
	float: left;
	margin-right:10px;
}

ul.noformat {
	margin: 0;
	list-style: none;
}

ul.noformat li {
	background: none;
}

#gemalto {
	float: right;
	margin: 5px 20px 0 0;
}

#investors {
	float: right;
	margin: 5px 20px 0pt 0pt;
	overflow: auto;
}

#smartex {
	float: right;
	margin: 0 20px 0 0;
}

/* accordion */

span.acc_trigger {
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: underline:
	cursor: pointer;
}

/* tables */

div.content table {
	border: none;
	border-collapse: collapse;
	margin: 15px;
	color: #004775;
}

/*main basket*/
form#main_basket {
	clear: left;
	padding: 10px 0;
}

form#main_basket fieldset {
	padding: 0;
}


table.hideTitle caption {
	font-size: 0;
	height: 0;
	line-height: 0;
}


	form table {
		border-collapse: collapse;
		color: #004775;
		margin: 10px;
		vertical-align: middle;
		width: 617px;
	}

		form table th {
			background: #1a92c1 url(/images/layout/th.gif) -7px 0 repeat-x;
			color: #FFF;
			text-transform: uppercase;
		}

		form table th.leftcorner {
			background-position: 0 0;
		}
		form table th.rightcorner {
			background-position: right 0;
		}

		form table th,
		form table td {
			padding: 5px 10px;
		}

		form table td strong.title {
			display: block;
		}

		form table td p {
			padding: 0 0 .25em;
		}

		form table tr.odd td {
			background: #ededed;
		}





/* Checkout
.blockContent {
	padding: 0 15px;
}
*/

table.basket {
	/*width: 100%; */
}

	table.basket img {
		vertical-align: middle;
	}

	table.basket input {
		width: 50px;
		text-align: center;
		border: 1px solid #000000;
		padding: 1px;
	}

	table.basket td.deleteButton {
		text-align: right;
	}

		table.basket td.deleteButton input {
			width: auto;
			border: none;
		}

	.basketOption {
		float: left;
		clear: left;
		margin-left: 15px;
		margin-bottom: 0.5em;
	}

		.basketOption select {
			width: auto;
		}

dl.basketSummary {
	width: 250px;
	float: right;
	margin-bottom: 1em;
	margin-right: 15px;
}

	dl.basketSummary dt {
		float: left;
		width: 150px;
		margin-bottom: 0.2em;
		font-weight: bold;
		text-align: right;
	}

	dl.basketSummary dd {
		margin-left: 150px;
		margin-bottom: 0.2em;
		text-align: right;
	}

	dl.basketSummary .total {
		font-size: 1.2em;
		color: #004B88;
		padding-top: 1em;
		font-weight: bold;
	}

ul.basketActions {
	list-style: none;
	text-align: right;
	margin-right: 15px;
}

	ul.basketActions li {
		background: none;
		display: inline;
	}

a.checkout {
	clear: right;
	float: right;
	margin-right: 15px;
}


.featured_product_image_container {
	width: 192px;
	height: 154px;
}

.featured_product_image_container img {
	width: 100%;
	height: 100%;
}

p.minimumQty {
	color: #5DC4EC;
}

#protxLogo {
	width: auto;
	margin: 1em 0 -10px 10px;
	display: block;
}

#basketMessages {
	font-weight: bold;
}