/* CSS Document */
@import url(nav.css);
a {
/*	color:#114B70;*/
/*	color:#0000CC;*/
	color:#004477;
}
a:hover {
	text-decoration:none;
}
a:active {
	color:#FF0016;
}
body {
	margin: 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
}
p {
	margin: 0em 0em 1em;
	padding: 0em;
}
/*p + p {
	margin-top:-0.5em;
	text-indent:1em;
}*/
h1, h2, h3, h4, h5, h6 {
	margin: 0em 0em 0.3em;
	padding: 0em;
}
h1 {font-size:12pt} 
h2 {font-size:11pt} 
h3 {font-size:10pt}  
h4, h5, h6 {
	font-size:10pt;
}
fieldset {
	margin:10px 0px;
	padding: 10px 10px;
	/*	border: 1px solid #4FA0D3;*/
	border: 1px solid #2F85B9;
	background: #f9f9f9 url(../images/global/fieldset_gradient.jpg) repeat-x;
}
legend {
	background:#FEFEFE;
	color: #047;
	/*border: 1px solid #2F85B9;*/
	padding:0px 5px;
	font-weight: bold;
}
/*input, select {
	border:1px solid #2F85B9;
}
input[type ='submit'] { 
   border:none;
}*/
label {
	font-weight:bold;
}
label.notBold {
	font-weight:normal;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
/* IE Holly Hack */
/*html fieldset { 
	position: relative; 
	margin-top: 2em; 
	padding-top: 0.75em; 
}
html legend { 
	position:absolute; 
	top: -0.75em; 
	left: 0.5em; 
}*/
#header {
	position: relative;
	width: 100%;
	height: 106px;
	background: url(../images/global/header_bg.gif) left top repeat-x;
	z-index:20;
}
#banner {
	position: relative;
	width: 986px;
	height: 83px;
	margin: auto;
/*	background: url(../images/global/header.gif) left top no-repeat;*/
	background: url(../images/global/header.jpg) left top no-repeat;
	z-index: 1;
}
#logo {
	position: absolute;
	top: 18px;
	left: 5px;
	width: 252px;
	height: 62px;
}
#tagline {
	color: #676767;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	left: 290px;
	letter-spacing: 3.2px;
	position: absolute;
	top: 48px;	
	}
a img {
	border: 0;
}
a.extLink {
	background: url(../images/global/external-link.gif) no-repeat right top;
	padding: 0px 16px 0px 0px;
/*	margin-right:0px;*/
}
a.extLink:hover {
	background-position: right bottom;
}
#navigation {
	position: absolute;
	top: 80px;
	width: 100%;
	height: 27px;
	background: url(../images/global/navi_bg.gif) left top repeat-x;
	margin: 0;
	z-index: 90;
}
#nav-container {
	float: none;
	position: relative;
	width: 632px;
	margin: 0 auto;
}
#navi-tools {
	position: absolute;
	top: 16px;
	right: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #999999;
}
#navi-tools a {
/*	color: #F00;*/
	color: #FF0016;	
}
#navi-tools ul {
	margin: 0;
	padding: 2px;
}
#navi-tools li {
	display: inline;
	padding: 8px 3px 0px 6px;
}
#navi-tools #loginGuest {
	padding-right: 20px;
}
/*#navi-tools #login {
	padding-right: 10px;
}*/
#navi-tools #account {
	background: url(../images/global/account.png) no-repeat;
	padding-left:18px;
}
#navi-tools #catalogue {
	background: url(../images/global/catalogue.png) no-repeat;
	padding-left:20px;
}
#navi-tools #cart {
	background: url(../images/global/cart.png) no-repeat;
	padding-left:18px;
}
#content {
	float: none;
	width: 986px;
	margin: 0 auto;
/*	min-height:350px;*/
	position:relative;
	z-index:10;
}
#footer {
	float: none;
	width: 986px;
	height: 50px;
	position: relative;
	margin: 2px auto;
	border-top: #CCCCCC 1px dotted;
	color: #666666;
	clear:both;
}
#footer_links {
	position: absolute;
	top: 10px;
	left: 10px;
/*	width: 470px;*/
	line-height: 2;
}
#footer_links a {
/*	color: #F00;*/
	color: #FF0016;		
}
#footer_logos {
	position: absolute;
	top: 5px;
	right: 10px;
}
/*************************
* AR - Old Styles        *
*************************/
#main_col li {
	list-style: url(../images/global/bullet.gif);
}
span.freeCarriageNote {
/*	color: #FF0000;*/
	color: #FF0016;		
}
/* new message box styles */
.message {
/*	font-size:0.9em;*/
	font-size:12px;
	margin:5px 0px;
}
.message h4 {
	margin:5px 0px;
}
.message p {
/*	font-size:0.9em;*/
	margin:5px 0px;
}
.message-warning {
	background:#FFF6BF url(../common/warning.png) no-repeat scroll 15px 50%;
	border-bottom:2px solid #FFD324;
	border-top:2px solid #FFD324;
	padding:5px 20px 5px 65px;
	text-align:left;
}
.message-success {
	background:#EAFFEA url(../common/ok.png) no-repeat scroll 15px 50%;
	border-bottom:2px solid #72D361;
	border-top:2px solid #72D361;
	padding:5px 20px 5px 65px;
	text-align:left;
}
.message-info {
	background:#F0F8FF url(../common/info.png) no-repeat scroll 15px 50%;
	border-bottom:2px solid #4FA0D3;
	border-top:2px solid #4FA0D3;
	padding:5px 20px 5px 65px;
	text-align:left;
}
.message-error {
	background:#FFF0F1 url(../common/error.png) no-repeat scroll 15px 50%;
/*	border-bottom:2px solid #E60018;*/
	border-bottom:2px solid #FF0016;
	border-top:2px solid #FF0016;
	padding:5px 20px 5px 65px;
	text-align:left;
}
span.spnError {
	font-weight: bold;
	color: #E60018;
	margin-left:1em;
}
div.clear {
	clear: both;
}
table.tblOrder {
/*	width: 500px;*/
	width: 770px;
	text-align: left;
	border: 1px solid #999999;
	padding: 5px;
}
.tblOrder .tdNavRightCol {
	text-align:right;
}
.tblOrder th a {
	width:100%;
	background: url(../images/global/sort-order.gif) no-repeat right center;
	padding-right: 12px;
}
.tblOrder thead th a:link, .tblOrder thead th a:visited, .tblOrder thead th a:active {
	text-decoration:none;
	color:#047;
}
.tblMargin {
	margin: 10px 0px;
}
table.tblOrderDetailStatus {
	width: 410px;
	/*font-weight: bold;*/
}
table.tblOrderDetailStatus th {
	text-align: left;
	width: 104px;
}
table.tblForm {
/*	width: 500px;*/
/*	width: 480px;*/
	width: 490px;
}
table.tblForm td.tdLeftCol {
	width: 110px;
	white-space: nowrap;
	text-align: right;
}
input.telAreaCode { width: 50px; }
input.telNumber { width: 156px; }
input.qty{ width: 20px; }
input.addToCart{ width: 100px; }
div#ddNav select{ width: 150px; }
table.tblCheckout {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.tdLeftCheckout {
	font-weight: bold;
}
td.tdRightCheckout {
	text-align: right;
}
table.tblAddresses {
	width: 540px;
}
td.tdLeftAddresses{
	width: 450px;
	border-right: 1px dashed #999999;
}
td.tdRightAddresses{
	padding-left: 10px;
}
.tdLabelCol {
	width: 120px;
	text-align:right;
	vertical-align:middle;
}
.tdTop {
	vertical-align:top;
}
#tblSearch {
	margin: 10px 0px 0px;
}
#tblSearch tbody td, #tblSearch tbody th {
	background:#FFFFFF none repeat scroll 0%;
	color:#000000;
	padding:2px 10px;
}
#tblSearch table {
	margin: 0px 0px 4px;
}
.tblSearchPagingBottom {
	margin-top: 10px;
}
.largeGreenButton{
	background: #72d361;
	color:#ffffff;
	font-weight:bold;
	border: 1px solid #999999;
	padding: 0px 10px;
	height:22px;
	vertical-align:bottom;
}
.largeRedButton{
	background: #E60018;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #999999;
	padding: 0px 10px;
	text-decoration: none;
	height:22px;
/*	font-size: 12px;*/
}
/*.standardButton{
	background: #BBBBBB;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #999999;
	text-decoration: none;
	margin-right: 3px;
	font-size: 12px;
	height:22px;
}
a.standardButton {
	background: #BBBBBB;
	color:#FFFFFF;
	font-weight:bold;
	border: 1px solid #999999;
	text-decoration: none;
	margin-right: 4px;
	padding: 3px 10px 1px;
	font-size: 13px;
}*/
.standardButton {
	font-weight:bold;
/*	float:left;*/
}
div.delAdd {
	border: 1px solid #999999;
	padding: 0px;
	margin-bottom: 10px;
}
td.tdRightDelAdd{
	padding-left: 10px;
/*	border-left: 1px dashed #999999;*/
}
td.tdValueDelAdd{
	text-align:left;
}
.delAddButtons {
	margin:5px;
}
p.compInfo {
	font-size: small;
}
p.compInfoSmall {
	font-size: x-small;
}
/*************************
* Suckerfish Nav Styles  *
*************************/
/* Side Nav */
#ulSideNav li {
/*	font-size: 12px;*/
	font-size: 10px;
}
#ulSideNav, #ulSideNav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
	width : 11em;
	z-index: 100;
}

#ulSideNav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.25em;
	margin-bottom : -1px;
	width: 11em;
}

#ulSideNav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 12em;
	margin-top: -2.2em;
}

#ulSideNav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

#ulSideNav li a {
	/*	width: 13.6em;
	w\idth : 13.6em;*/
	width: 16.6em;
	display : block;
	color : #000;
	font-weight : bold;
	text-decoration : none;
	border : 1px solid #ccc;
	padding : 0.8em 0.5em;
/*	background: white url(../images/global/nav-arrow.gif) no-repeat right center;*/
	background-color:#FFFFFF;
}

#ulSideNav li a:hover {
	color : white;
	background-color : #4FA0D3;
}

#ulSideNav li:hover ul ul, #ulSideNav li:hover ul ul ul, #ulSideNav li.sfhover ul ul, #ulSideNav li.sfhover ul ul ul {
	left: -999em;
}

#ulSideNav li:hover ul, #ulSideNav li li:hover ul, #ulSideNav li li li:hover ul, #ulSideNav li.sfhover ul, #ulSideNav li li.sfhover ul, #ulSideNav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*************************
* Side Box Styles        *
*************************/
.wrap {
	margin:5px 0px 10px;
}
.boxhead {
	background:#CCCCCC url(../images/global/head.gif) repeat-x;
	position:relative;
}
.boxhead div {
	background:transparent url(../images/global/head_right.gif) no-repeat right top;
	line-height:13px;
	margin:0pt;
	padding:0pt;	
}
.boxhead div div {
	background:transparent url(../images/global/head_left.gif) no-repeat left top;
}
.boxhead h2 {
	background-position:8px 6px;
	background-repeat:no-repeat;
	height:20px;
	font-weight: bold;
	color: #FFFFFF;	
	font-size: 12px;
	padding: 6px 2px 2px 8px;
	margin: 0px;
}
.box {
	background-color:#EEEEEE;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top-style: none;
	border-top-color: #999999;
}
/* Specific Side Box Styles */
.navBox .box {
/*	height: 206px;*/
/*	height: 231px;*/
/*	height: 195px;*/
	padding: 6px 5px 5px 5px;
}
#muroNav .box {
	/*height: 196px;*/
}
#muroNav2 .box { /* Logged in menu */
/*	height: 181px;*/
	/*height: 153px;*/
}
#prodNav .box{
	/*height: 153px;*/
}
#partnerNav .box{
	/*height: 239px;*/
}
#supportNav .box{
	/*height: 67px;*/
}
#faqBindNav .box{
	/*height: 397px;*/
}
#faqLamNav .box{
	/*height: 228px;*/
}
#faqShredNav .box{
	/*height: 45px;*/
}
#topTen .box {
	height: 195px;
}
#quickCart {
	position:relative;
	/*z-index: -10;*/
}
#quickCart .box {
/*	height:auto;*/
	height:64px;
}
#quickCart form {
	padding: 0px;
	margin:0px;
	text-align:center;
}
#quickCart .label {
	font-weight:bold;
}
#quickCart .value {
	text-align:right;
}
#quickCart table {
	margin: 2px auto;
	width:170px;
}
.searchBox .box {
/*	height: 40px;*/
	height: 65px;	
	padding: 5px;
}
p.searchTips {
	margin-top: 4px;
}
p.searchTips a {
	text-decoration:none;
	color:#666;
	font-weight:bold;
}
p.searchTips a span {
	display:none;
}
p.searchTips a:hover span {
	display: block;
	position: relative; 
	top: -5px; 
	left: -16px; 
	width: 178px;
	padding: 5px; 
	margin: 10px; 
	z-index: 100;
	color: #000; 
	background: #eee;
	font: 11px Verdana, sans-serif; 
	text-align: center;
	border:1px solid #999;
	text-decoration:none;
}
.searchBox #btnSearch {
	background: url(../images/global/search-button.gif) no-repeat;
	border: none;
	height: 22px;
	margin: 0 0 6px;
	text-indent: -9999em;
	width: 22px;
	}
/* Page Specific Styles */
.registrationPage fieldset table {
	width: 482px;
} 
.registrationPage fieldset {
	margin: 10px 0px;
} 
.loginPage fieldset table {
	width:482px;
}
.homePopularLinks li {
	list-style: none;
	line-height: 1.8;
	font-size: 10px;
}
.homePopularLinks li a:hover {
	text-decoration:none;
}
#product_phone div.imgPartner {
	text-align:center;
	margin-top:50px;
	padding:5px;
}
.imgPartner a {
	color:#333;
	text-decoration:none;
}
.imgPartner a:hover {
	text-decoration:underline;
}
.forgotPassword {
	font-size:11px;
	margin-left:11.5em;
}
/*************************
* 	 New Form Styles  	 *
*************************/
/* Zero default margin & padding around common elements */
#newForm .text, #newForm textarea {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#newForm form, #newForm li, #newForm ol, #newForm  p, #newForm ul {
	margin: 0;
	border: 0 none transparent;
	padding: 0;
}
#newForm fieldset {
	float: left;
	clear: left;
	width: 99.7%;	
	margin: 0 0 1.5em 0;
	padding: 0;
	background-image: url(../images/global/fieldset_gradient.jpg);
	background-repeat: repeat-x;
}
#newForm legend {
	margin-left: 1em;
	padding: 0 1em;
	font-weight: bold;
}
#newForm fieldset ol {
	padding: 1em 1em 0;
	list-style: none;
	float:left;
	/*zoom: 1;*/
}
#newForm fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	list-style: none;
	height:1.5em;
}
#newForm label {
	position: relative;
	float: left;
	width: 10em;
	margin-right: 0.5em;
	text-align:right;
}
#newForm label strong {
	position: absolute;
	left: 28em;
	top: 0.3em;
	width: 30em;
	color: #E60018;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
	text-align:left;
}
#newForm label em {
	position:absolute;
	left:22.6em;
	top:0.4em;
	cursor:help;
}
#newForm input.text {
  	width: 11.5em;
}
#newForm fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 11.5em;
	background-color: transparent;
	background-image: none;
}
#newForm input.submit {
  	font-weight: bold;
}
input.submitPrimary {
  	font-weight: bold;
}
#newForm input.submitSecondary {
  	font-weight: normal;
}
input.text:focus, select:focus, input.iefocus {
  	border:2px solid #2F85B9;
}
#newForm input.text#CustomersTelAreaCode {
	width: 4em;
}
#newForm input.text#CustomersTelephone {
	width: 6.9em;
}
#newForm .labelReset { /* for use with tickbox labels */
	position: static;
	float: none;
	width: auto;
	margin-right: 0;
	text-align:left;
	font-weight:normal;	
}
/* forms with textarea elements within */
#newForm .wide input.text, #newForm .wide textarea {
  	width: 18em;
}
#newForm fieldset li.textarea {
	height:9em;
}
#newForm .wide textarea {
	height:8em;
}
#newForm .wide label em {
	left:29em;
}
/* misc */
.backLink {
	font-weight:bold;
	float:left;
}
img.border {
	border: 1px solid #999;
	margin-bottom: 10px;
}
.login-section {
	float: left;
	width: 372px;
}
.login-section-last {
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #ccc;
}
#register-now {
	margin: 0 auto 10px;
	display: block;
}
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
/*
* Zend Form Styles
*/
.zend_form dt {
	margin: 0 0 3px;
}
.zend_form dd {
	margin: 0 0 10px;
}
.zend_form input, .zend_form select {
	width: 200px;
}
.zend_form input[type=submit] {
	width: auto;
}
.zend_form #ProdName {
	width: 720px;
}