/* default.css */

* {
  -moz-box-sizing: border-box;
  font-family: Verdana,Arial,sans-serif;
  font-size: 11px;
  color: black;
}

/* Page Element Positioning */
body {
  margin: 0;
  padding: 0;
	background-color:#B1D4EA;
	background-image:url(../images/background_white.gif);
	background-position:center;
	background-repeat:repeat-y;
}

strong {
	font-weight: bold;
}

#searchnav {
	margin-left: 18px;
	color: #FFFFFF;
	background-color: transparent;
}

#subject-menu {
	margin-left: 18px;
	color: #FFFFFF;
	margin-top: 0px;
	line-height: 16px;
	margin-bottom: 20px;
}
#subject-menu a:link { 
	color:#FFFFFF; 
	text-decoration: none;
}
#subject-menu a:visited { 
	color:#FFFFFF; 
	text-decoration: none;
}
#subject-menu a:hover { 
	color: #330066; 
	text-decoration:underline; 
}
#subject-menu a:active { 	
	color:#FFFFFF; 
}

#quicksearch-leftnav {
	margin-top: 0px;
	margin-bottom: 20px;
	padding-left: 18px;
	padding-top:10px;
	padding-bottom:10px;
	background-color: #036;
	color: #FFFFFF;
} 
#quicksearch-leftnav strong {
	color: #FFFFFF;
}
#quicksearch-leftnav a:link { 
	color:#FFFFFF; 
	text-decoration: none;
}
#quicksearch-leftnav a:visited { 
	color:#FFFFFF; 
	text-decoration: none;
}
#quicksearch-leftnav a:hover { 
	color: #6699FF; 
	text-decoration:underline; 
}
#quicksearch-leftnav a:active { 	
	color:#FFFFFF; 
}

#navsearch {
background-color:#036; 
display:block;
width: 100%;
padding-bottom: 5px;
}

#quicksearch {
	height: 16px;
	width: 110px;
	background-color: #FFFFFF;
	font-family: tahoma, verdana, arial;
	font-size: 8pt;
	font-weight: normal;
	padding: 2px 4px 4 2px;
	vertical-align:top;
	border: 0;
	margin: 10px 0 0;
	display: inline;
}
#SearchGO {
	padding-top: 10px;
	vertical-align:middle;
	text-align: right;
}
/* end: Form Styling */

/* NAV */
.navhr {
	border: none;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 1px;
	width: 100%;
}



/* Other links */
#searchnav a:link { 
	color:#FFFFFF; 
	text-decoration: none;
}
#searchnav a:visited { 
	color:#FFFFFF; 
	text-decoration: none;
}
#searchnav a:hover { 
	color: #330066; 
	text-decoration:underline; 
}
#searchnav a:active { 	
	color:#FFFFFF; 
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}



/* Set Default Font For Entire Site */
body, p, td, th, div, blockquote, dl, ul, ol, li, input {
/* font-family: Verdana, Arial, Helvetica, sans-serif; /
 font-size: 9pt;
 color: #000000;*/
}

p {
	color: rgb(102,102,102);
}

/* Set Default Link Style For Entire Site */
a:link { 
	color: #330099; 
	text-decoration: none;
}
a:visited { 
	color: #330099; 
	text-decoration: none;
}
a:hover { 
	color: #6699FF; 
	text-decoration:underline;
}
a:active { 
	color: #330099;
	text-decoration: none; 
}




/*Global Whitespace Reset*/
body {
	margin: 0;
	padding: 0;
} 

form, input {
	padding: 0px;
	margin: 0px;
}

/*h1, h2, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { 
	margin:20px 0; 	
}*/
dd, blockquote {
	margin-left: 40px;
}
fieldset {
	padding:10px;
}

/* end : Global Whitespace Reset*/

img {
	border: 0px none #fff;
	margin: 0;
	padding: 0;
}
img.imgLeft {
	float:left;
	margin: 5px 10px 5px 0;
}
img.imgRight {
	float: right;
	margin: 5px 0 5px 10px;
}
td {
	vertical-align:top;
	text-align:left;
}
h1 {
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #007DB4;
	text-align: left;
	width: 601px;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	padding-top: 10px;
	
} 
h2 {
	font-size: 14px;
	margin: 0;
	padding-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #63BD41;
	/*color:#330099;*/
	font-weight:bold;
	margin-bottom: 15px;
} 
h3 {
	font-size: 13px;
	margin: 0;
	padding-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-weight:bold;
	margin-bottom: 15px;
} 
.note_list li {
	padding-top: 10px;
}

span.errormessage {
  color: red;
}

div.error {
	color:#FF0000;
	text-align: center;
	font-family: Verdana,Arial,sans-serif;
  font-size: 11px;
	padding-bottom: 5px;
	line-height: 16px;
	font-weight: bold;
	display: block;
	/* Setting a width causes lots of probs */
}

/* Form Element Styling */
form {
	display: inline;
}
input.txt {
	color: #333333;
	background-color:#FFFFFF;
	border: 1px inset #00008B;
	width: 150px;
}
input.btn {
	color: #333333;
	background-color:#FFFFFF;
	border: 1px outset #00008B;
	width: 200px;
	padding: 2px 4px 2px 4px;
	display: inline;
}


img.viewLeft {
	float:left;
	margin: 0;
	padding: 0;
}
img.viewRight {
	float: right;
	margin: 0;
	padding: 0;
}

#quicknav {
	display: block;
	width: 152px;
	height: 68px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-image: url(../images/area5_left3text.gif);
}

hr {
	color: rgb(102, 102, 102);
	height: 1px;
}

/* STYLES FROM Previous version */

.bodytext {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #666666;
	text-decoration: none;
}

.bodytitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#330099;
}

a.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color:#6633CC;
	text-decoration: underline;
}
subjectTitle {
}
a.subjectTitle {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 9pt;
	/*color:#6633CC;
	text-decoration: underline;*/
}
.prodImg {
border: 1px solid #B8CFD5;
float: right;
margin-left: 7px;
margin-bottom: 6px;
}
.bodyheader {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
}




input.cart-textbox {
	width: 220px;
}
input.cart-textbox-phone {
	width: 120px;
}
body, td, th {
   font-size: 11px;
   font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
   color: rgb(102, 102, 102);
}



.no-bottom-border {
border-bottom-width: 0;
}

.prodtitle {
	color: rgb(102, 102, 102);
}


 
 .cartButtonBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 2px 5px 2px 5px;
}	
 
 .cartButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	
}


.format-img {
	/* Add a little space around the product format images */
	margin-top: 3px; 
	margin-bottom: 2px;
}

#copyright {
	font-size: 9px;
	color: #ffffff;
}


#subject-headers {
	padding: 0;
	margin: 0;
	margin-bottom: 10px; 
	width: 173px;
}

/* Page titles */
.pagetitle {
	width:601px; 
	height:34px;
	margin:0;
	margin-bottom: 15px; 
	padding:0;
	position:relative;
	overflow:hidden;
}
.pagetitle span {
	display:block;
	width:601px; 
	height:34px;
	position:absolute; 
	left:0; 
	top:0; 
	z-index:1;
	margin:0; 
	padding:0;
}
/* ID's of h1.pagetitle elements */
#about-us span {
	background: url(../images/pagetitles/h_aboutus.gif) top left no-repeat;
}
#information span {
	background: url(../images/pagetitles/h_information.gif) top left no-repeat;
}
#contact-us span {
	background: url(../images/pagetitles/h_contactus.gif) top left no-repeat;
}
#whats-new span {
	background: url(../images/pagetitles/h_whatsnew.gif) top left no-repeat;
}
#shopping-cart span {
	background: url(../images/pagetitles/h_shoppingcart.gif) top left no-repeat;
}
#advanced-search span {
	background: url(../images/pagetitles/h_advancedsearch.gif) top left no-repeat;
}
#disc-maintenance span {
	background: url(../images/pagetitles/h_discmaint.gif) top left no-repeat;
}
#download-zone span {
	background: url(../images/pagetitles/h_downloadzone.gif) top left no-repeat;
}
#login span {
	background: url(../images/pagetitles/h_login.gif) top left no-repeat;
}
#members-zone span{
	background: url(../images/pagetitles/h_memberzone.gif) top left no-repeat;
}
#privacy span{
	background: url(../images/pagetitles/h_privacy.gif) top left no-repeat;
}
#terms span{
	background: url(../images/pagetitles/h_terms.gif) top left no-repeat;
}
#product-details span{
	background: url(../images/pagetitles/h_productdetails.gif) top left no-repeat;
}
#results span{
	background: url(../images/pagetitles/h_results.gif) top left no-repeat;
}
#media-centre span{
	background: url(../images/pagetitles/h_mediacentre.gif) top left no-repeat;
}
#links span{
	background: url(../images/pagetitles/h_links.gif) top left no-repeat;
}
#copyright span{
	background: url(../images/pagetitles/h_copyright.gif) top left no-repeat;
}
#press-release span{
	background: url(../images/pagetitles/h_pressrelease.gif) top left no-repeat;
}
#about-marcom-projects span{
	background: url(../images/pagetitles/h_aboutmp.gif) top left no-repeat;
}
#about-marcom-digital span{
	background: url(../images/pagetitles/h_aboutmd.gif) top left no-repeat;
}
#search-tips span{
	background: url(../images/pagetitles/h_searchtips.gif) top left no-repeat;
}
#online-previews span{
	background: url(../images/pagetitles/h_onlineprev.gif) top left no-repeat;
}
#content-suppliers span{
	background: url(../images/pagetitles/h_contentsuppliers.gif) top left no-repeat;
}
#distribute span{
	background: url(../images/pagetitles/h_distribute.gif) top left no-repeat;
}
#join-mailing-list span {
	background: url(../images/pagetitles/h_joinmailing.gif) top left no-repeat;
}
#feedback span {
	background: url(../images/pagetitles/h_feedback.gif) top left no-repeat;
}
#product-catalogues span {
	background: url(../images/pagetitles/h_productcats.gif) top left no-repeat;
}
#subject-search span {
	background: url(../images/pagetitles/h_searchsubject.gif) top left no-repeat;
}
