

html {
	font-size: 62.5%;
}

body {
	margin: 0; padding: 0;
	font-size: 1em/1.5em; 
	font-family:Cambria, 'Times New Roman', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ul, ol {
	margin: 0; 
	padding: 0;
}

form, fieldset {
	margin: 0; padding: 0;
	border: 0;
}

#wrapper {
	width: 970px;
	margin: auto;
	padding: 19px 0 20px 0;
}

/* WYSIWYG */

.wysiwygleft{
	padding:10px 10px 10px 0;
}

.wysiwygright{
	padding:10px 0px 10px 10px
}

.wysiwyg{
	padding:10px;
}

/*** GENERIC ***/

.highlight {
	background: yellow !important;
	padding: 0 3px;
}

.warning {
	color: red;
	font-weight: bold;
}

.error {
	color: #0B479D;
}

.box .error {
	color: #0B479D;
	padding: 4px 0;
}

.box .error li {
	margin: 1px 0 1px 15px;
	list-style: disc;
}


/*** HEADER ***/

#header {
	overflow: hidden;
	padding: 0 0 17px 0;
}

#branding {
	float: right
}

#logo {
	/*background: url(../images/logo.png);*/
	/*text-indent: -5000px;*/
	height: 55px;
	width: 242px;
}

#offices,
#snapshot,
#basketHeader {
	height: 28px;
	float: left;
	margin-left: 35px;
	padding: 10px 0 0 0 ;
}

#offices {
	background: url(../images/world_flat.png) no-repeat right center;
	padding: 10px 0 0 0 ;
}

#snapshot {
	background: url(../images/snapshot_flat.png) no-repeat right center;
}
#basketHeader{background: url(../images/basket_flat.png) no-repeat right center; position:relative;}
#basketHeader span.itemCount{display:block; position:absolute;top:1px;right:0px;color:#ffffff;background:transparent url(../images/itemCountBG.png) no-repeat 0 center;font-weight:bold;font-size:14px;padding:0 5px;}
#basketHeader span.basketTotal{color:black;font-size:12px;position:absolute;top:35px;right:0px;background:#125687;color:#fff;padding:5px;font-weight:bold;font-family:Arial;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
#offices a, #snapshot a, #basketHeader a {
	color: #125687;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 2em;
}
#snapshot a{
	padding: 0 45px 0 0;}
#offices a, #basketHeader a{
	padding: 0 35px 0 0;}
#offices a:hover, #snapshot a:hover {
	text-decoration: underline;
}

/*** SEARCH ***/

#search {
	clear: right;
	float: left;
	padding: 10px 0 0 0 ;
}

#search .textbox {
	background: url(../images/site_search.png) no-repeat;
	border: none;
	width: 173px;
	padding: 4px 0 0 28px;
	height: 17px;
	float: left;
	font-size: 1.1em;
	color: #666666;
}

#search .control {
	float: left;
}

#search .submit {
	float: left;
	margin: 2px 0 0 8px;
}

#search .label {
	text-indent: -5000px;
	float: left;	
}


/*** NAV ***/

#nav {
	background: #d9d8d8 url(../images/nav.png) no-repeat;
	width: 970px;
	height: 33px;
	overflow: visible;
	margin:0 0 15px 0;
}

#nav li {
	background: url(../images/stick.png) no-repeat right center;
	float: left;
	list-style: none;
	height: 33px;
	position: relative;
}

#nav ul {
	background: url(../images/stick.png) no-repeat left center;
	margin: 0 0 0 5%;	
}

#nav a {
	color: #125687;
	font-weight: bold;
	font-size: 1.3em;
	padding: 10px 18px;
	display: block;
	line-height: 1em;
}

#nav li:hover,
#nav li.active {
	background: url(../images/hover.png);
	
}


#nav li:hover a,
#nav li.active a{
	color: #eddf00;
}


#nav .topLine { width: 85%; height: 0;position: absolute  }
#nav .topLineYellow { background: #dbe200; top: -4px  }
#nav .topLineBlue { background: #0a3c01; top: 0 }

#nav li:hover .topLine,
#nav li.active .topLine { height: 4px }

#content {
	overflow: hidden;
	padding: 11px 0 45px 0;
}



/*** HOMEPAGE ***/

#homepage .box {
	float: left;
	margin: 25px 15px 18px 0;
	min-height:132px;
}

#homepage #cta_dictionary,
#homepage #cta_map {
	width: 231px;
}

#homepage #cta_dictionary {
	margin-right: 0;
}

#homepage .box h2 {
	color: #ffffff;
	font-size: 1.7em;
	font-weight: normal;
}

#homepage #cta_dictionary .content {
	padding: 19px 17px 3px 16px;
}

#homepage .box .content {
	padding: 19px 17px 16px 16px;
}

#homepage .box p {
	margin: 5px 0;
	padding: 0;
	line-height: 1em;
	color: #ffffff;
}

#homepage .box .label {
	color: #ffffff;
}

#homepage #cta_intro h1 {
	color: #ffffff;
	font-size: 1.7em;
	font-weight: normal;
	margin-bottom: 3px
}

#homepage #cta_intro p {
	line-height: 1.5em;
	margin: 10px 0 5px 0;
}

#homepage #cta_intro a {
	color: #00C0F3;
}

#homepage #cta_map .content {
	height: 88px;
	width: 109px;
}

#homepage #cta_intro {
	background: #0B479D url(../images/box_top_wide.png) no-repeat center top;
	min-height: 133px;
	color: #ffffff;
	position: relative;
	width: 477px;
}

#homepage #cta_intro .bottom {
	background: url(../images/box_bottom_wide.png) no-repeat center bottom;
	height: 9px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

/*** COLS ***/

.col {
	width: 200px;
}

.left {
	float: left;
	padding: 0 22px 1px 0;
}

.right {
	float: right;
	padding: 0 0 1px 22px;
	width: 200px;
	
}


/*** SUBNAV ***/

#subnav .content {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 8px;
}

#subnav h2 {
	padding: 0 0 16px 16px;
}

#subnav h2 a {
	padding: 0;
}

#subnav h2 a:hover {
	background: none;
	color: #125687;
}

#subnav .inner {
	font-size: 1.6em;
}



#subnav li {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 0.9em;
}


#subnav a {
	text-decoration: none;
	padding: 7px 0 6px 32px;
	display: block;
	
}

#subnav .active a {
	background: #05244f url(../images/nav_active.png) repeat-x;
	color: #ffffff;
}

#subnav .inactive a {
	background: url('../images/arrow.png') no-repeat 16px 9px;
	color: #125687;
}

#subnav a:hover {
	background: #05244f url(../images/nav_active.png) repeat-x;
	color: #ffffff;
}

#subnav li ul {
	background: #f0f0f0;
}

#subnav .active .inactive a{
	padding-left: 40px;
}


#subnav .active .inactive a:hover {
	background: #05244f url(../images/nav_active_plain.png) repeat-x;
}

#subnav .active .active a {
	padding-left: 40px;
}

#subnav .active .active .active a {
	padding-left: 60px;
}

#subnav .active .active .inactive a{
	padding-left: 60px;
	font-weight: bold;
}

#subnav .active .inactive a {
	background: none;
}


/*#subnav ul ul .inactive a {
	text-decoration: none !important;
	color: #0b479d !important;
}

#subnav .active a,
#subnav .active a:hover {
	color: #ffffff !important;
}

#subnav .inactive a:hover {
	color: #ffffff !important;
}

#subnav ul ul {
	background: #f0f0f0;
	margin-left: -18px;
}

#subnav ul ul li  {
	padding-left: 33px;
}

#subnav ul ul a {
	background: none !important;
}

#subnav ul ul .active,
#subnav ul ul a:hover {
	background: none !important;
}

#subnav ul ul ul {
	overflow: hidden;
	margin-left: -33px;
}

#subnav ul ul ul li  {
	padding-left: 48px;
}
*/

/*** MAIN ***/

#main {
	padding: 0 0 17px 0;
	overflow: hidden;
	color: #052046;
}

#main h1,
#main h2,
#main h3 {
	font-weight: normal;
	color: #125687;
	margin: 0 0 3px 0;
}

#main h1 {
	font-size: 2.2em;
}

#main h2 {
	position:relative;
	font-size: 1.8em;
}

#main h3 {
	font-size: 1.4em;
}


#main a {
	color: #125687;
	text-decoration: underline;
}

#main a:hover{
	color:#000;
}

#main p 
{
	color:#052047;
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 1em 0;
	padding: 3px 0;
}

#main li {
	font-size: 1.2em;
	padding: 2px 0;
}

#main ul,
#main ol {
	margin: 10px 0 10px 30px;
}


#main .banner {
	width: 464px;
	height: 172px;
}


#main .content {
	padding: 17px 0 0 0;
	overflow: hidden;
}



/*** LIST ***/

.list {
	overflow: hidden;
}

.list .item {
	overflow: hidden;
}


.list .item a{
}

.productList{
	margin:4px 0;
}

#list_twocols  {
	padding: 18px 0 0 0;
}

#list_twocols .item {
	width: 222px;
	padding: 0 20px 29px 0;
	float: left;
}

#list_twocols .alt {
/*	padding: 0; */
}

#list_twocols .item h3 {
	margin: 10px 0 0 0;
}

#list_twocols .item h3 a {
	color: #125687;
	text-decoration: underline;
}


#list_news {
	border-top: 1px solid #dad9d9;
}

#list_news .item {
	padding: 23px 0 24px 0;
	border-bottom: 1px solid #dad9d9;
}

#list_news .image,
#item_news .image {
	float: left;
	width: 222px;
	margin: 5px 0 0 0;
}

#list_news .description {
	padding: 0 21px 0 31px;
	overflow: hidden;
	height: 137px;
}

#item_news .description {
	overflow: hidden;
	padding: 0 0 0 21px;
}

#list_news p {
	margin-bottom: 0;
}

#list_news h3 a {
	font-weight: bold;
	font-size: 0.9em;
}

#list_dictionary .item {
	border-bottom: 1px solid #DAD9D9;
}

.date {
	font-size: 1.3em;
	font-weight: normal;
}

#list_division {
	padding: 0 0 44px 0;
}

#list_division .item {
	float: left;
}

#list_division .last {
	padding: 0;
}

#list_division .image {
	padding: 10px 0 5px 0;
}

#list_division  h3 a {
	font-weight: bold;
	font-size: 0.9em;
}

#list_division p {
	margin: 0;
}

.wide .item {
	width: 222px;
	padding: 0 25px 0 0;
}

.narrow .item {
	width: 163px;
	padding: 0 20px 0 0;
}


#list_staff {
	padding: 12px 0 0 0;
}

#list_staff h3 {
	font-weight: bold;
	font-size: 1.3em;
	padding: 6px 0 14px 0;
}

#list_staff .item {
	border-top: 1px solid #dad9d9;
	padding: 20px 0;
}

#list_staff .item h3 {
	color: #052046;
	padding: 0;
}

#list_staff .image {
	width: 115px;
	float: left;
	padding: 0 20px 0 0;
}

#list_staff .description {
	overflow: hidden;
}

#list_staff p {
	margin: 0;
}

#list_faq  {
	border-bottom: 1px solid #dad9d9;
	padding: 0 0 16px 0;
}

#list_faq .item {
	padding: 3px 0 3px 0;
	/*border-top: 1px solid #DAD9D9;*/
}

#list_faq .heading {
	font-weight: bold;
	border-bottom: 1px solid #DAD9D9; 
	padding: 5px 0 5px 0;
}

#list_faq h3 a {
	text-decoration: none;
}

#list_faq p {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
}


#list_jobs {
	padding: 9px 0 0 0;
}

#list_jobs .item {
	border-top: 1px solid #dad9d9;
	padding: 20px 0;
}

#list_jobs p {
	margin: 0;
}


#list_resource {
	padding: 10px 0 0 0;
}

#list_resource .item {
	padding: 10px 0;
	border-top: 1px solid #dad9d9;
}

#list_resource h3 {
	font-size: 1.3em;
	font-weight: bold;	
	padding-bottom: 5px;
}

#list_resource p {
	margin: 0;
	padding: 2px 0;
	overflow: hidden;
	clear: both;
}

#list_resource a {
	overflow: hidden;
	
}

#list_resource a img {
	display: block;
	float: left;
	margin: 4px 5px 0 0;
}

#list_resource a span {
	float: left;
	text-decoration:none;
}


#list_product .item {
	border-top: 1px solid #dad9d9;
	padding: 15px 0 10px 0;
}

#list_product .image {
	float: left;
	margin: 0 10px 0 0;
}

#list_product .description {
	overflow: hidden;
}

#list_product p {
	margin: 0 0 5px 0;
	padding: 0;
}

#materials_list .item,
#materials_list2 .item{
	border-top: 1px solid #dad9d9;
	padding: 15px 0;
}


.posRight{
	position:absolute;
	right:0;
	top:0;
}

.item .heading{
	position:relative;
	font-size:1.2em;
}


#materials_list h2,
#materials_list2 h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 0px 0;
}

#materials_list p,
#materials_list2 p{
	margin: 5px 0;
}

#pageList .item h3{
	margin:0px 0 0 10px;
	float:left;
	width:225px;
	font-weight:bold;
}

#pageList .item{
	border-top: 1px solid #dad9d9;
	padding:15px 0;
}

#pageList .item img{
	float:left;
}

#pageList .item p{
	float:left;
	width:225px;
	margin-left:10px;
}

/*** BOX ***/

.box {
	background: #0b4598 url(../images/box_top.png) no-repeat center top;
	min-height: 133px;
	color: #0b479d;
	position: relative;
	margin: 0 0 17px 0;
}

.box .bottom {
	background: url(../images/box_bottom.png) no-repeat center bottom;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.col .box{
	background: #dddcdc url(../images/box_top_col.png) no-repeat center top;
}

.col .box .bottom {
	background: url(../images/box_bottom_col.png) no-repeat center bottom;
}

.box .content {
	padding: 12px 17px 16px 16px;
}

.box h2 {
	color: #0b479d;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -0.5px;
}

.box p {
	font-size: 1.2em;
	margin: 5px 0;
}

.box a {
	color: #0b479d;
	text-decoration: underline;
}

.box a:hover{
	color:#00C3F8;
}

.box li {
	font-size: 1.2em;
	list-style: none;
	margin: 11px 0 5px 0;
}


.box .tagline {
	color: #0b479d;
	padding: 0 0 0 0;
	width:120px;
}


.box_form {
	overflow: hidden;
}

.box_form .textbox {
	background: url(../images/textbox_small.png) no-repeat right top;
	border: 0;
	width: 120px;
	height: 17px;
	padding: 4px 0 0 5px;
	margin: 4px 0;
	color: #333333;
	font-size: 1.1em;
	float: left;
}

.box_form select 
{
	border: 1px solid #AAA;
	width: 120px;
	height: 22px;
	padding: 2px 2px 2px 2px;
	margin: 4px 0;
	color: #333333;
	font-size: 1.1em;
	float: left;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.box_form .label {
	display: block;
	clear: both;
	font-size: 1.1em;
	padding: 2px 0 0 0;
}

.box .submit,
.box .hSubmitProduct {
	float: left;
	padding: 6px 0 0 6px;
}

.box .resources li {
	overflow: hidden;
}

.box li a img {
	float:left;
	left:-3px;
	top:-1px;
	margin:0 4px 0 0;
	position:relative;
}


#cta_dictionary{
	min-height:118px;
}

#cta_newsletter .content,
#cta_dictionary .content {
	width: 156px;
}

.backtonews{
	text-align:right;
	font-size:0.7em;
	position:absolute;
	right:0;
}

/*#cta_resources li {
	background: url(../images/icon_word.png) no-repeat;
	padding: 1px 0 1px 25px;
}*/


/*** FORM ***/

.form {
	overflow: hidden;
}

.form .textbox,
.form select {
	background: #f6f6f6 url(../images/textbox_bg.png) repeat-x;
	border: 1px solid #b5b5b5;
	padding: 2px 0;
	width: 203px;
}

.form .textarea {
	background: #f5f5f5 url(../images/textarea_bg.png) repeat-x !important;
	border: 1px solid #b5b5b5;
	width: 434px;
}

.form .title {
	width: 76px;
}

.form .label {
	font-size: 1.2em;
	padding: 15px 0 5px 0; 
	display: block;
}

.form .section {
	overflow: hidden;
}

.form .field {
	float: left;
	padding: 0 25px 0 0;
}

.form .checkboxes {
	overflow: hidden;
	padding: 16px 0 0 0;
}

.form .checkboxes .label,
.form .control {
	float: left;
	padding: 0;
}

.form .checkboxes .label {
	padding-top: 3px;
}

.form .submit {
	margin: 20px 0 0 176px;
}

.form .p1 {
	margin-left: 230px;
}

.form .p2 {
	margin-left: 460px;
}

.form .error {
	color: red;
}

.captcha {
	overflow: hidden;
	padding: 16px 0 0 0;
}

.captcha #captcha {
	float: left;
	margin: 0 20px 0 0;
}

.captcha .label {
	padding-top: 0px;
}

.captcha br {
	display: none;
}

#job_search {
	overflow: hidden;
	padding: 10px 0 0 0;
}

#job_search .label {
	font-size: 1.2em;
	padding: 4px 6px 7px 0;
	float: left;
}

#job_search .control {
	padding:  0;
	float: left;
}

#job_search .submit {
	margin: 2px 0 0 10px;
	float: left;
}


#application_form .title_holder {
	padding: 20px 0 25px 0;
}

#application_form fieldset {
	border-top: 1px solid #052046;
	padding: 20px 0;
}

#application_form h3 {
	color: #052046;
	font-weight: bold;
}

#application_form .textbox {
	width: 203px;
}

#application_form .textarea.small {
	width: 203px;
	height: 110px;
}

#application_form .textarea.wide {
	width: 746px;
	height: 110px;
}

span.application_form_message {
	display: block;
	margin: 20px 0 40px;
	font-size: 1.2em;
}

/*** SEARCH ***/

.site_search {
	overflow: hidden;
}

.site_search p {
	clear: both;
}

.site_search label {
	font-size: 1.2em;
	float: left;
	margin: 3px 6px 0 0;
}

.site_search .textbox input {
	float: left;
}

.site_search .search_submit {
	margin: 0 0 0 6px;
	float: left;
}


/*** CONTACT INFO ***/

.contact_info {
	border-top: 1px solid #dad9d9;
	padding: 20px 0 0 0;
	margin: 18px 0 9px 0;
	overflow: hidden;
}

.contact_info .section {
	width: 50%;
	float: left;
}

.contact_info .section p {
	margin: 0 !important;
	padding: 0px 0 15px 0 !important;
}

.contact_info h3 {
	font-weight: bold;
	font-size: 0.9em;
}


/*** DECORATION ***/

.decoration {
	position: absolute;
	right: 15px;
	top: 15px;
}

#cta_dictionary .decoration {
	background: url(../images/deco1.png) no-repeat;
	width: 24px;
	height: 45px;
}

#subnav .decoration {
	background: url(../images/deco1.png) no-repeat;
	width: 17px;
	height: 32px;
}

#cta_newsletter .decoration {
	background: url(../images/deco2.png) no-repeat;
	width: 25px;
	height: 54px;
}

#cta_resources .decoration {
	background: url(../images/deco3.png) no-repeat;
	width: 22px;
	height: 51px;
}

#cta_links .decoration {
	background: url(../images/deco4.png) no-repeat;
	width: 55px;
	height: 24px;
}

#cta_links h2,
#cta_resources h2{
	margin-bottom:15px;
}

#cta_callback .decoration {
	background: url(../images/deco6.png) no-repeat;
	width: 28px;
	height: 60px;
}

#cta_callback .content {
	width: 147px;
}

#cta_map .decoration {
	background: url(../images/deco7.png) no-repeat;
	width: 91px;
	height: 131px;
	top: 0;
	z-index: 2;
}

#main #cta_map a{
	color:#00C0F3;
}



/*** PAGINATION ***/

.pagination,
#pagination {
	color: #0b479d;
	font-size: 1.4em;
	text-align: center;
	padding: 20px 0 20px 0;
}

.currentPage,
#pagination strong {
	background: #05afdc;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 6px;
	margin: 0 10px;
}

.pagination a,
#pagination a {
	text-decoration: none !important;
	padding: 0 5px;
}

.paginationSeparator {
	display: none;
}


/*** SEARCH RESULTS ***/
.searchitem {
	font-size: 1.2em;
	padding: 0 0 20px 0;
}

.searchitemsummary {
	padding: 2px 0 0 0;
}

/*** FOOTER ***/

#footer {
	border-top: 2px solid #e1e1e1;
	overflow: hidden;
	padding: 6px 0 0 0;
}

#footer ul {
	padding: 0;
}

#footer li {
	background: url(../images/footer_stick.png) no-repeat left center;
	list-style: none;
	float: left;
	font-size: 1.2em;
	color: #0b479d;
	padding: 0 7px;
}

#footer a {
	color: #0b479d;
	text-decoration:underline;
}

#footer a:hover{
	color: #000;
}

#footer .last {
	background: none;
}

#footer li.first{
	background: none;
}

.lightBoxList a{
	margin:2px;
}

#main #sitemap ul,
#main #sitemap li{
	font-size:12px;
}

#main #sitemap ul{
	list-style:disc;
	margin-top:3px;
	margin-bottom:3px;
}

.map{
	float:left;
}

.mapLinks  {
	padding: 10px 0 0 0;
}

.mapLinks .mapLinkList {
	overflow: hidden;
	margin: 10px 0 14px 0;
}

.mapLinks .mapLinkList .image {
	float: left;
	margin: 0 15px 0 0;
}

.mapLinks .mapLinkList a {
	font-weight: normal;
}

.mapLinkList h3 a{
	font-weight:bold;
}


.mapLinkList h3,
#main .mapLinkList p{
	margin:0px 0;
}

.worldMap{
	clear:both;
}

.hSubmitPSearch,
.hSubmitCallBack,
.hSubmitNewsletter{
	position:relative;
	top:6px;
	left:4px;
}

.hSubmit{
	position:relative;
	top:2px;
	right:2px;
}



/* Goggle */
.GoogleMap {padding: 0;width: 453px;height: 220px;}
* html .GoogleMap { width: 450px; }
* html .GoogleMap #map { width: 450px; }
.GoogleMap #map {	width: 453px;	height: 220px;	}
.GoogleMap, .GoogleMapWide {border: 1px solid #DAD9D9;padding: 0;	margin: 1em 0 1em 0;}
.GoogleMapWide {margin: 10px 0 1em 0;}	
.GoogleMapWide #map {width:100%; height:460px;}

#steps ul {
	display: block;
	height: 27px;
	width: 466px;
	margin: 0 auto;
	overflow: hidden;
}
#steps ul li {
	display: block;
	float: left;
	width: 90px;
	padding: 0;
	list-style: none;
	background: url("../images/steps-bg.png") repeat-x;
}
#steps ul li a,
#steps ul li span {
	display: block;
	margin: 0;
	padding-right: 20px;
	line-height: 27px;
	background: url("../images/steps-arrow.png") no-repeat right top;
	color: #a2a2a2;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#steps ul li.active {
	background-image: url("../images/steps-active-bg.png");
}
#steps ul li.active a,
#steps ul li.active span {
	color: white;
	background-image: url("../images/steps-active-arrow-right.png");
}

#steps ul li.pre-active a,
#steps ul li.pre-active span {
	background-image: url("../images/steps-active-arrow-left.png");
}

#steps ul li.first {
	padding-left: 15px;
}

#steps ul li.last a,
#steps ul li.last span,
#steps ul li.active.last a,
#steps ul li.active.last span {
	background: none;
}

/*----Shop----*/
.shopContent{width:740px;float:left;}
#shopBanner{position:relative;display:block; background:#125687;text-align:center;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
#shopBanner h2{color:#fff;padding:10px 0; font-size:16px;font-weight:bold;}
.shopContent select{width:100px;}
h1.shopTitle{padding:20px 0;display:block;font-size:2em;}
#main .shopContent, #main .shopContent p.productsText{padding:0 0 15px 0}
.productsCol{width:230px;float:left;}
#main .productsCol h2{padding:8px 0;border-top:1px solid #ddd;border-bottom:1px solid #ddd;font-size:2em;}
.productsCol ul{margin:15px 0 0 0 !important;}
.productsCol ul li{list-style:none;}
.productsCol ul li a{font-size:1.6em;}
.green, #main .green h2, #main .green a {color:#104c00;}
.red, #main .red h2, #main .red a {color:#dc0a41;}
.blue, #main .blue h2, #main .blue a {color:#125687;}
.middle{padding:0 20px;}

#main h1.shopProduct{padding-top:15px;}
ul#products{list-style:none;margin:15px 0 0 0;overflow:hidden;}
ul#products li{width:230px;float:left;height:90px;border-top:1px solid #ddd;margin-right:15px;}
ul#products li h3{font-size:18px;padding-top:5px;}
ul#products li p{margin:0px;font-size:12px;}
#main .shopContent p{margin:0px;padding:2px 0;}

/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
#tabs ul{margin:0px;border-bottom: 1px solid #DDD;}
ul.ui-tabs-nav{overflow:hidden;}
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0 auto; padding: .2em .2em 10px 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; text-align:center;border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: 8px 0 3px 0;width:220px; text-decoration: none; width:233px;height:35px;background:url('../images/tab-background.png') center top no-repeat;}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a { margin-bottom: 0; background:url('../images/tab-background-selected.png') center top no-repeat; }
/* Progressive tab arrow

.ui-tabs .ui-tabs-nav li.ui-tabs-selected:after {
   content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   bottom:-8px;
   left:45%;
   width:0;
   border-width:10px 10px 0;
   border-style:solid;
   border-color:#ececec transparent;
}*/
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; border-bottom:1px solid #ddd; }
.ui-tabs .ui-tabs-hide { display: none !important; }
#tabs li a{text-decoration:none;font-size:1.2em;font-weight:bold;}

/*
 * jQuery UI Accordion 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
#accordion{margin:20px 20px 0 0}
#accordion h3{margin-bottom:10px;}
.ui-accordion { width: 470px;float:left;margin:0 20px 0 0; }
.ui-accordion .ui-accordion-header { position: relative; margin-top: 1px; zoom: 1;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background:#ececec; }
.ui-accordion .ui-accordion-li-fix { display: inline; }
.ui-accordion .ui-accordion-header-active { border-bottom: 0 !important; }
#accordion .ui-accordion-header a { display: block; font-size: 1.3em; padding: 5px 0 5px 25px;text-decoration:none; }
.ui-accordion-icons .ui-accordion-header a { padding-left: 2.2em; }
.ui-accordion .ui-accordion-header .ui-icon { position: absolute; left: .5em; top: 30%; background-image:url(../images/accordion_closed.png);width:8px;height:14px; }
.ui-accordion .ui-state-active .ui-icon {background-image:url(../images/accordion_down.png);width:14px;height:8px;top:45%;}
.ui-accordion .ui-accordion-content {-moz-border-radius-bottomright: 8px;
-moz-border-radius-bottomleft: 8px;
-webkit-border-radius: 0px 0px 8px 8px;
border-radius: 0px 0px 8px 8px;color:#125687; padding: 1em 2.2em; border-top: 0; margin-top: -12px; position: relative; top: 1px; margin-bottom: 10px;  display: none; zoom: 1;background:#f8f8f8; }
.ui-accordion .ui-accordion-content-active { display: block; }
.ui-accordion .ui-accordion-content .pricing {width:100%;margin:7px 0 0 0;}
.ui-accordion .ui-accordion-content tr th{text-align:left;font-size:1.3em;font-weight:normal;}
.ui-accordion .ui-accordion-content .price{font-size:1.4em;font-weight:bold;}
#specialintructions {margin-top:15px;}
#specialintructions textarea {width:100%;height:100px; resize: none;}
.ui-accordion .ui-accordion-content input[type=submit], #addtobasket input[type=submit], #buttons input[type=submit],input.button{
	margin:10px 0;
  background: #207CCA;
  color: #FFF;
  font-size: 1em;
  font-weight:bold;
  line-height: 1em;
  padding: 5px 7px;
  border: none;
  background-image: -moz-linear-gradient(top, #00aeef, #0072bc);
  /* FF3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00aeef), color-stop(1, #0072bc));
  /* Saf4+, Chrome */
  background-image: linear-gradient(top, #00aeef, #0072bc);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.2); }

.ui-accordion .ui-accordion-content input[type=submit]:hover, #addtobasket input[type=submit]:hover, #buttons input[type=submit]:hover, input.button:hover {
  background: #02609d;
  background-image: -moz-linear-gradient(top, #00aeef, #02609d);
  /* FF3.6 */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #00aeef), color-stop(1, #02609d));
  /* Saf4+, Chrome */
  background-image: linear-gradient(top, #00aeef, #02609d);
  -webkit-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.3); }
  #addtobasket input[type=submit] {padding:10px 5px;font-size:1em;}
  
  #buttons input[type=submit]{padding:10px 15px;font-size:1.2em;margin:10px 0 0 100px;}
#specialintructions label{font-size:1.2em;}
#addtobasket{
font-size: 1.3em;
font-weight: normal;
color:#125687;}

/* ---- Login ----*/
#main .shopContent, #main .shopContent p {color:#125687;}
#login{margin:20px 0 0 0 }
#login .userControl {margin:10px 0}
#login .userControl label{width:100px;font-size:1.2em;display:block;float:left;}
#login .userControl input{width:200px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;border:1px solid #ddd;}
#forgottenpassword{margin:10px 0 0 100px;}
#forgottenpassword a {font-size:1.2em;}

/* Basket */
#viewBasket {width:100%;font-size:1.2em;}
#viewBasket tr:nth-child(odd) {background: #ececec;border-bottom:1px solid #ddd;border-top:1px solid #ddd;}
#viewBasket a{font-size:1.4em}
#viewBasket tr.basketHeader {background:#5988ab;-moz-border-radius-topleft: 8px;
-moz-border-radius-topright: 8px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;}
#viewBasket tr.basketHeader th {text-align:center;padding:10px 0;color:#fff;font-size:1.4em;border-right:1px solid #ddd;}
#viewBasket tr.basketHeader th.basketProductTitle{width:60%;}
#viewBasket td.basketProduct{vertical-align:baseline;} 
#viewBasket .basketSpecialInstructions{margin:10px 0 0 0}
#viewBasket td{border:1px solid #ddd;padding:10px;vertical-align:top;}
#viewBasket td.item{border-right:0px;border-left:0px;font-size:1.4em;font-weight:bold;}
#viewBasket td.price{border-left:0px;font-weight:bold;font-size:1.4em;}
#viewBasket td.quantity input[type="text"]{width:50px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;border:1px solid #ddd; text-align:center;}
#viewBasket td.quantity{padding-left:15px;}
#viewBasket td.quantity a{display:block;font-size:1.1em;padding:5px 0 0 0}
#viewBasket textarea {width:98%;height:100px; resize: none;}


#delivery{float:right;margin:30px 0 0 0;width:200px;position:relative;}
#deliveryTop{width:150px;float:right;}
#delivery table{width:150px;float:right;}
#delivery table td{text-align:right;font-size:1.4em;font-weight:bold;}
#delivery table .subVat{text-align:left;}
#delivery input[type="text"]{-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;border:1px solid #ddd; text-align:center;}

#basketArea{float:right;width:230px;}
#certification {margin:15px 0;overflow:hidden;padding:0;}
#certification input{float:right; margin:20px 10px 0 0}
#certification label{font-size:1.2em; display:block;width:110px;float:right;}
#certification label span{font-weight:bold;}

#basketTotal{position:relative;font-size:1.4em;font-weight:bold;background:#ececec;padding:10px}
#basketTotal span{position:absolute;right:10px}
input.button {padding:10px 10px;font-size:1.2em;}
#deliveryCost{width:350px;-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;float:left;margin:30px 0 0 0;background:#ececec;padding:10px;border:1px solid #ddd}
/*#deliveryCost:after {
   content:"";
   display:block; 
   position:absolute;
   right:-8px;
   top:45%;
   width:0;
   border-width:15px 0 15px 30px;
   border-style:solid;
   border-color:#ececec transparent;
}*/
.quantityWidth{width:100px;}
#continue a{font-size:14px; margin:0 10px 0 0;}
/*---- Registration ----*/
.shopContent .column {width:360px;margin:20px 0 0 0}
.shopContent .column .userControl{overflow:hidden; margin:10px 0 0 0;}
.shopContent span.mandatory{color:Red;}
.shopContent .left{float:left;padding:0px;}
.shopContent .right{float:right;padding:0px;}
.shopContent .column label{width:180px;display:block;float:left;font-size:1.2em;}
.shopContent .column input[type="text"]{width:170px;float:right;}
.shopContent .column input[type="text"].address{resize:none;height:70px;}
#regInfo{float:right;text-align:right;margin:20px 0 0 0;  }

/*---- Checkout ----*/
#checkoutContent{width:500px;border:1px solid #ddd;padding:15px;}
#checkoutContent .thanks {font-weight:bold;margin:0 0 30px 0}
#checkoutContent span.orderRef{font-weight:bold;background:#EAEAEA;}
.shoppingButton{margin:10px 210px 0 0 !important;float:right;}
#checkoutContent #orderNum{margin:0 0 20px 0;}

table.basket
{
	width:600px;
}
