* { box-sizing: border-box; -moz-box-sizing: border-box; }

* { padding: 0em; margin: 0em; }

  body {
	margin:0px 0px 10px 0px; /* top page margin of 0px, bottom margin of 10px */
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9pt;
	color:#7d7d7d;
  	background-image: url(/common/images/page-bg.gif); background-repeat: repeat-x; background-position:top;
	}

  td {
	font-size:9pt;
	}
  td strong, b {
	font-size:9pt;
	font-weight:bold;
	color: #454444;
	}

  ul {
	font-size:9pt;
	}

  li {
	font-size:9pt;
	}

  img {
	border:0;
	}

  p {
	margin-bottom:15px;
	}

  h1 {
	font-family:"arial narrow",verdana,arial,helvetica,sans-serif;
	font-size:38px;
	color: #727272;
	margin-top:2px;
	margin-left:10px;
	}

  h2 {
	font-family:arial,times,verdana,helvetica,sans-serif;
	font-size:15px; 
	font-weight:bold;
	color: #727272;
	margin-top:3px;
	margin-left:6px;
	}

  h3 {font-size:9pt;
	font-weight:bold;
	color: #727272;
	}

  b {font-size:9pt;
	font-weight:bold;
	color: #454444;
	}

  strong {font-size:15pt;
	font-weight:bold;
	color: #454444;
	}
	
  a {
	font-size:9pt;
	font-weight: bold;
	color: #4e4e4e;
	text-decoration:underline;
	}
  a:hover {
	color: #000000;
	}
	
  hr {
	border: 0;
	width: 80%;
	color: #dbdbdb;
	background-color: #dbdbdb;
	height: 1px;
	margin-bottom: 10px;
	width:530px;
	}
	
  #page_border {
	width:767px;
	margin:0px auto; /* "auto" centers everything */
	background:#d1d1d1;
	}
	
  #page_wrapper {
	width:765px;
	margin:0px auto; /* "auto" centers everything */
	}
	
  #header {
  	width:765px;
	height:86px;
	background: #FFFFFF;
	}

  #top-nav {
  	width:765px;
  	height:17px;
  	background-image: url(../images/header-links-bg.gif);	
  	margin:0px;
  	padding:0px;
  	text-align:left;
	}
	
/* created to contain main area and have a background if necessary*/
  #content {
	border:0px; /* change border to 0 for production */
	background: #FFFFFF;
	width:765px;
	padding-bottom:7px; /* to for padding above footer, doesn't show up in firefox so using margin-bottom:11px; in #nav-left also */
	float:left; /* need this to get the blue background to show up in Firefox */ /* causes extra gap in IE between <div id="footer"> and <div id="bottom"> */
	}
	
	/* applies to all divs within the content div */
  #content div {
	/*padding:0px;  spacing between areas inside contend div, such as between text and the borders of the center, mid and right sections */
	float:left;
	}

  #nav-left {
	width:180px;
	height:100%; 
	background: #f7f7f7;
	margin-top:11px;
	margin-left:11px; /* for some reaon it's double the value in IE unless "display: inline" used to overcome the but*/
	margin-right:0px;
	display: inline; /* added here to defeat the "doubled-margin bug" as per http://www.positioniseverything.net/explorer/doubled-margin.html. */
	}

  #nav-left a {
/*	color: #ffffff; */
	font-weight: bold;
	text-decoration: none;
	}
  #nav-left a:hover {
/*	color: #BECCE3; */
	text-decoration: underline;
	}
  #nav-left a.current {
	color: #c1c1c1;
	text-decoration: underline;
	}
  #nav-left img.current {
	border:0;
	}

/* ----------------------------- start .nav-left-title ----------------------------- */
  .nav-left-title {
	width:180px;
	height:26px;
	display: inline; /* added here to defeat wierd spacing that seems to happen */
	/* background-image: url(../common/images/nav-left-title-bg.gif); */
	}
	
.nav-left-title img { border: none; }
.nav-left-title { display: inline; list-style:none; float: left; }
.nav-left-title a { float: left; display:block; height: 26px; }
.nav-left-title a img { float: left; border:none; vertical-align:bottom; /* for IE6 */}
/* ----------------------------- end #top-nav ----------------------------- */

  .nav-left-links {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:11px;
	color: #464545;
	padding-top:11px;
	padding-left:7px;	
	padding-bottom:11px;
	display: inline; /* added here to defeat wierd spacing that seems to happen */
	}
	.nav-left-links ul {padding:0;margin:0;list-style-type:none;text-align:left;}
	.nav-left-links li {padding:0px 0px 7px 0px;} /* top, right, bottom, left*/

  .nav-left-links a {
	color: #464545;
	font-weight: bold;
	text-decoration: none;
	}
  .nav-left-links a:hover {
	color: #000000;
	text-decoration: underline;
	}

  .nav-left-links-custserv {
	width:180px;
	font-family:verdana,arial,helvetica,sans-serif;
	background: #f7f7f7;
	font-size:11px;
	color: #464545;
	padding-top:11px;
	padding-left:0px;	
	padding-bottom:11px;
	display: inline; /* added here to defeat wierd spacing that seems to happen */
	}
	.nav-left-links-custserv ul {padding:0;margin:0;list-style-type:none;text-align:left;}
	.nav-left-links-custserv li {padding:0px 0px 7px 0px;} /* top, right, bottom, left*/

  .nav-left-links-custserv a {
	color: #464545;
	font-weight: bold;
	padding-left:7px;
	text-decoration: none;
	}
  .nav-left-links-custserv a:hover {
	color: #000000;
	padding-left:7px;
	text-decoration: underline;
	}

  #nav-left-ssl {
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9px;
	background: #ffffff;
	width:180px;
	margin:0px;
	padding:0px;
	text-align:center;
	display: inline; /* added here to defeat the "doubled-margin bug" as per http://www.positioniseverything.net/explorer/doubled-margin.html. */
	}
/*  #nav-left-ssl img {
	display: inline;  added here to defeat the "doubled-margin bug" as per http://www.positioniseverything.net/explorer/doubled-margin.html. 
	margin:0px;
	padding:0px;
	display: inline;
	text-align:center;
	}*/
  #nav-left-ssl td {
	display: inline; /* added here to defeat the "doubled-margin bug" as per http://www.positioniseverything.net/explorer/doubled-margin.html. */
	font-size:9px;
	margin:0px;
	padding:0px;
	text-align:center;
	display: inline;
	}
	
  .nav-left-spacer {
	width:180px;
	height:3px;
	background: #ffffff;
	}


  #content-main-border {
	width:556px;
	margin:0px auto; /* "auto" centers everything */
	background:#d1d1d1;
	margin-top:11px;
	margin-left:10px;
	}

  #content-main {
/*	border:1px solid #d1d1d1;  removed because using content-main-border div to generate the content border because IE makes the border outside the div*/	width:554px;
	width:554px;
	min-height:628px; /* IE6 or earlier don't recognise min-height! However, IE6 and earlier treat the height property like min-height. */
	margin:1px 0px 1px 1px;
	background:#FFFFFF;
	background-image: url(/common/images/content-gradient-bg.gif);background-repeat: repeat-x; background-position:top;
	display: inline; /* added here to defeat the "doubled-margin bug" as per http://www.positioniseverything.net/explorer/doubled-margin.html. */
	}

  #h1-container {
	width:100%;
	height:49px;
	margin-top:5px; /* 5px margin to keep consistent with x15 area*/
	margin-left:0px;
	margin-bottom:0px;
	}

  #h1-text {
	font-family:"arial narrow",verdana,arial,helvetica,sans-serif;
	font-size:38px;
	color: #ffffff;
	padding-top:2px;
	padding-left:10px;
	}

  #h1-underline {
	height:1px;
	background: #bebebe;
	width:534px;
	margin-left:10px;
	margin-right:0px;
	display:inline;
	}

  .reg-font {
	font-size:10px;
	}
	
  .content-heading-bar {
	width:100%;
	height:28px;
	margin-left:0px;
	margin-bottom:0px;
	background: #454444;
	}
	
  .content-heading-text {
	font-family:arial,times,verdana,helvetica,sans-serif;
	font-size:15px; 
	font-weight: bold; 
	color: #ffffff;
	margin-top:3px;
	margin-left:6px;
	}
	
  .shopthankshdr {
	font-family:verdana,arial,helvetica,sans-serif;
	background: #454444;
	font-size:13px; /* was 15px, but can't with sfir it's closer to 13px */
	font-weight: bold; 
	color: #ffffff;
	padding-top:0px;
	padding-left:11px;
	height:20px;
	}
	
  .shopthanks-headtext {
	font-family:"arial narrow",verdana,arial,helvetica,sans-serif;
	font-size:34px;
	color: #ffffff;
	padding-top:2px;
	padding-left:10px;
	}	


  .content-main-text  {
	padding-top:19px;	
	padding-right:14px;	
	padding-left:14px;
	padding-bottom:9px;
	}
  .content-main-text strong, b {
	font-size:9pt;
	font-weight:bold;
	color: #454444;
	}

  .content-main-img-link {
	border: 1px solid #454444;
	}
  A:hover .content-main-img-link, A:active .content-main-img-link {border:1px; border-thickness: 1px; border-color: #727272; border-style: solid}

  .ul-body ul{
	list-style-position: outside; margin-left:16px;
	list-style-type:disc;
	font-size:9pt;
	}
  .ul-body li{
	margin-bottom:8px;
	list-style-type:disc;
	font-size:9pt;
	}
  .ul-body ul li ul li{
	margin-left:0px; margin-bottom:5px; list-style-type:circle;
	}

  .small_image img{
	margin: 0px 8px 8px 0px
	}

  .popupimg img{
	border : 10px solid #DDDDDD; /* img border */
	}

  .gallery_large_img img{
	border : 4px solid #000000; /* img border */
	}

  .subheadingtext {
	font-weight: bold;
	}
	
  .error-msg {
	font-weight: bold;
	font-size:9pt;
	color:#800000;
	margin: 15px 0px 35px 0px
	}

  #footer-wrapper {
 	width:765px;
  	height:45px;
	clear:both;
	}

  #footer-sides {
	width:111px; height:45px; background-image: url(../images/footer-links-bg.gif); float:left;
	}

  #footer-middle {
	width:543px; float:left; height:45px; background-image: url(../images/footer-links-bg.gif); text-align:center;
	}

  #footer-links {
	padding-top:8px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9px;
	font-weight: bold;
	color: #464545;
	}
  #footer-links a {
	padding-top:8px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9px;
	font-weight: bold;
	text-decoration: none;
	color: #464545;
	}
  #footer-links a:hover {
	color: #000000;
	}
		
  #footer-text {
	padding-top:4px;
	padding-left:7px;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9px;
	font-weight: bold;
	color: #7d7d7d;
	}

  #bottom {
	width:765px;
 	margin:0px auto; /* "auto" centers everything */
	text-align:center;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9px;
	color: #404040;
	margin-top:13px
	}
  .bottom-text {
	text-align:center;
	font-family:verdana,arial,helvetica,sans-serif;
	font-size:9px;
	color: #404040;
	}
	
  .checkoutstepnow{
	font-size:20px;
	color:#2f2f2f;
	}
  .checkoutstepnot{
	font-weight:bold;
	}
		
  .captiontext{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #727272;
	font-size:  10px;
	padding-top: 9px; /* doesn't seem to work, no padding given*/
	font-style: normal;
	font-weight: bold;
	text-align: left;
	}

  .internallink {
	font-size:9pt;
	font-weight:bold;
	color: #454444;
	text-decoration: none;
	}

.login_greeting{
	font-size: 8pt;
	color: #5478A8;
	font-weight: normal;
	}

.breadcrumb{
color: #335FA8;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:  8pt;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
font-style: normal;
font-weight: normal;
text-align: left;
text-decoration: none;
}

/* stuff for home page */
	
  #home-main-pic {
	width:765px;
	height:282px;
	text-align:center;
	display: inline; /* added here to defeat the "doubled-margin bug" as per http://www.positioniseverything.net/explorer/doubled-margin.html. */
	}

  #home-main-content {
	padding-top:7px;
	border-top:1px solid #d1d1d1;
	width:765px;
	display: inline; /* added here to defeat the "doubled-margin bug" as per http://www.positioniseverything.net/explorer/doubled-margin.html. */
	font-size:10px;
	}
  #home-main-content p{
	font-size:10px;
	margin-bottom:8px;
	}
  #home-main-content td,li{
	font-size:10px;
	}
  #home-main-content b, strong{
  	font-size:10px;
	font-weight:bold;
	color: #464545;
	}
  #home-main-content a{
  	font-size:10px;
	font-weight:bold;
	text-decoration:underline;
  	color: #606060;
	}
  #home-main-content a:hover {
	color: #000000;
	}
	
  .home-content-title {
	width:372px;
	height:28px;
	float:left;
	display: inline; /* added here to defeat the "doubled-margin bug" as per http://www.positioniseverything.net/explorer/doubled-margin.html. */
	margin-left:7px;
	}

  .home-center-content {
	width:372px;
	height:426px;
	float:left;
	display: inline; /* added here to defeat the "doubled-margin bug" as per http://www.positioniseverything.net/explorer/doubled-margin.html. */
	margin-left:7px;
	margin-bottom:7px;
	background-color:#f7f7f7;
	line-height: 14px;
	}
	
  .home-product-info {
	width:162px;
	display: inline;  /* added here to defeat the "doubled-margin bug" as per http://www.positioniseverything.net/explorer/doubled-margin.html. */
	margin: 10px 0px 10px 16px; 
	}
  .home-product-info img{
	margin: 0px 0px 4px 0px;
	}

  .home-news-info {
	width:352px;
	display: inline;  /* added here to defeat the "doubled-margin bug" as per http://www.positioniseverything.net/explorer/doubled-margin.html. */
	margin: 10px 10px 10px 10px; 
	}
  .home-news-info img{
	margin: 0px 0px 4px 0px;
	}
  .home-news-info p{
	font-size:11px;
	line-height: 13px;
	}
	
  .home-lower-content {
	width:372px;
	height:312px;
	float:left;
	display: inline; /* added here to defeat the "doubled-margin bug" as per http://www.positioniseverything.net/explorer/doubled-margin.html. */
	margin-left:7px;
	background-color:#f7f7f7;
	line-height: 14px;
	}
	
  .home-lower-left-info {
	width:352px;
	display: inline;  /* added here to defeat the "doubled-margin bug" as per http://www.positioniseverything.net/explorer/doubled-margin.html. */
	margin: 10px 10px 0px 10px; 
	}	


  .home-content-news-text-title {
  	margin-top:0px;
  	width:235px;
  	font-weight: bold;
  	color: #454444;
  }

 .home-content-news-text {
	width:235px;
  	}

  .home-content-news-text-details {
	font-family: verdana,arial,helvetica,verdana;
	font-weight: bold;
	text-decoration: underline;
	}
	.home-content-news-text-details:hover {color: #11223f}

 .home-content-news-brief {
	padding-top:10px;
	padding-left:10px;
	}
 .home-content-news-brief img {
	float:left;
	width:107px;
	height:69px;
	margin: 0px 10px 0px 0px; 
	}
	
 .home-content-news-stroke {
	margin-top:10px;
	margin-right:11px;
	width:235px;
	}
 .home-content-news-stroke img {
	float:right;
	width:235px;
	height:1px;
	}

/* stuff for product catalogue page */
  .product-container {
	width:554px;
	height:190px;
	position: relative;
	margin:0;
	padding:0;
	margin-bottom:30px;	
	}

  .buy-options {
	position: absolute;
	width:324px;
	height:17px;
	bottom: 0;
	right: 0;
	margin:0;
	padding:0;
	clear:both;	
	}
	
  .prod-price {
	position: absolute;
	top: 130px;
	left: 170px;
	font-size:9pt;
	color: #4e4e4e;
	font-weight:bold;
	}
	
/* stuff for support catalogue page */

  .support-content {
	width:535px;
	height:100px;
	display: inline;
	margin:0;
	}
  .support-content img {
	float: left;
	margin-right:10px;
	}

/* end of karim added */

form{
 margin : 0px 0px 0px;
}

.menuhdr{
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-color : #335FA8; */    /*#5276A8; */
	color : #335FA8;
	font-size : x-small;
	font-weight : bold;
	padding : 4px 0px 4px 2px;
	text-align : center;
}

.menuhdr-left{
	font-family: Verdana, Arial, Helvetica, sans-serif;
/*	background-color : #335FA8; */    /*#5276A8; */
	color : #335FA8;
	font-size : x-small;
	font-weight : bold;
	padding : 4px 0px 4px 2px;
	text-align : left;
}

/*formats the display of the text boxes throughout the front end*/
.txtfield{
background-color: #FFFFFF;
border-bottom-color: #1f365d;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #727272;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #727272;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #727272;
border-top-style: solid;
border-top-width: 1px;
color: #727272;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
}

.xCellBorder{
background-color: #FFFFFF;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
}

.xTopCell{
background-color: #000000;
width: 100%;
}

/*formats the search box in the shoppage_header file.*/
.searchfield{
background-color: #FFFFFF;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 1px;
border-left-color: #000000;
border-left-style: solid;
border-left-width: 1px;
border-right-color: #000000;
border-right-style: solid;
border-right-width: 1px;
border-top-color: #000000;
border-top-style: solid;
border-top-width: 1px;
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif, Verdana;
font-size: xx-small;
font-style: normal;
font-weight: normal;
}

.txtfielddropdown{
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt;
font-style: normal;
font-weight: normal;
width: 175px;
}
/* added to have a different style in the dropdown at checkout */
.ktxtfielddropdown{
background-color: #FFFFFF;
color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 7pt;
font-style: normal;
font-weight: normal;
width: 116px;
}

.menubdr{
	background-color : #B3B7BB;
}

.dottedBorder {
	border: 1px dotted #cccccc; 
	background-color: #F9F9F9;
	padding: 5px	
}

.loginBorder {
	border: 1px solid #727272; 
	padding: 5px	
}

.submitbtn {
   color:#FFFFFF;
   font-family: Verdana,Tahoma,Arial,Helvetica, sans-serif;
   background-color: #454444;
   font-size: x-small;
   font-weight: bold;
   border:1px solid #727272;
}

/*formats the header text throughout the site*/
.txtheader{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color: #727272;
}
/*formats the mini cart subtotal  in the right menu*/
.cartsubtotalminicart{
color: #000000;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: x-small;
font-style: normal;
font-weight: bold;
text-align: right;	
}
/*formats the links in the minicart*/

.cartminilinks{
color: #335FA8;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: normal;
text-align: left;
/*karim added for spacing*/
padding-bottom: 20px;
padding-top: 15px;
padding-left: 8px;
padding-right: 8px;
}
.cartminilinks a:link{
color: #335FA8;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align: left;
}
.cartminilinks a:visited{
color: #335FA8;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align: left;
}
.cartminilinks a:hover{
color: #BB3F3F;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align: left;
}
.cartminilinks a:active{
color: #333333;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 8pt;
font-style: normal;
font-weight: bold;
text-decoration: none;
text-align: left;
}

.hdrproduct{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color: #727272;
}
	
.surveystyle ol {
	padding:0px 0px 0px 33px; /* top, right, bottom, left*/
}