/* Helpful Classes */
.small-link:link, .small-link:visited {
	font-size: 11px;
	color: #666;
	font-weight: normal;
	text-decoration: none;
	vertical-align: middle;
}
.small-link:hover {
	text-decoration: underline;
	color: #666;
}
.italic{
	font-style:italic;
	font-weight:normal;
}
.required{
	font-weight:bold;
}
#fields-key{
	font-size:11px;
	margin:0 0 3px;
	padding-left:10px;
}
.link {
	text-decoration: underline;
	cursor: pointer;
}
.link:link {
	color: #333333;
}
.link:visited {
	color: #000000;
}
.link:active {
	color: #999999
}
.link:hover {
	color: #333333;
}

/* =Clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* =Forms */
.textfield {
	width: 200px;
}
.hidden {
	display: none;
}
a.button:hover {
	color: #fff;
}
.button {
	background-color: #666;
	border: 1px solid #333;
	color: #ffffff;
	font-size: .9em;
	padding: 2px 6px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
}

.cta-button, a.cta-button {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 12px 5px;
	border: 1px solid #d60102;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 2px 0 3px 0;
	background: #d60102; /* Old browsers */
	text-shadow: 0px 1px 3px #333;
	-webkit-box-shadow: 0px 1px 3px 0px #d60102;
	box-shadow: 0px 1px 3px 0px #d60102;
}

a.cta-button:hover {
	text-decoration: none;
}
.cta-button:active, a.cta-button:active {
	margin: 4px 0 1px 0;
	text-decoration: none;
}

.continue-button {
	float: right;
}

/* =OOPC (Order: One Page Checkout) */
#basket-contents h2 {
	margin: 0;
}

.opc-section {
	border: 1px solid #ddd;
	float: left;
	margin: 0 0 10px 0;
	padding: 7px;
	width: 470px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
}
.opc-section h2 {
	color: #555;
	background: #f5f5f5;
	border: 1px solid #d9d9d9;
	padding: 4px 6px 2px 6px;
	margin: 0 0 10px 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-align:left;
}
.opc-section h2.loading-content {
	background: #f5f5f5 url('images/gif_circular_black.gif') no-repeat 99% 4px;
}

#ship-to .fields-heading, #bill-to .fields-heading {
	padding-left: 70px;
}

#update-record{
	float:left;
	width: 100%;
	text-align: center;
}
.OOPC label, .OOPC #payment-fields label {
	float: left;
	width: 150px;
	white-space: nowrap;
	text-align: right;
	padding: 4px 5px 3px 0px;
	clear: both;
}
.OOPC #payment-fields label.red{
	color:red;
}
/* =Customer Fields */

.OOPC #opc-form {
	display: none;
}

.OOPC #opc-form .customer-fields-label {
	width:auto;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	top:8px;
	left: 175px;
}

.OOPC .login-section {
	font-size: 11px;
	margin: 10px 10px 5px 10px;
	border-bottom: 1px solid #eee;
	padding: 0 0 5px 0;
}

.OOPC .login-lightbox {
	display: none;
}

.OOPC .login-lightbox-label {
	width: 100px;
}

.CreateAccount_Row {
	font-size: 11px;
}
.OOPC #customer-fields {
	margin: 0 10px 0 0;
	width: 100%;
}
.OOPC #opc-form #ship-to {
	position:relative;
	float: left;
	width: 48%;
}

.OOPC #opc-form #bill-to {
	float: right;
	width: 48%;
	position: relative;
}

.OOPC #shipping_fields, .OOPC #billing_fields {
	margin: 5px 0;
}
.OOPC .textfield, .OOPC select, .OOPC #payment input[type="text"], .OOPC .textarea {
	border: 1px solid #ddd;
}
.OOPC #opc-form .textfield, .OOPC #opc-form #payment input[type="text"] {
	width: 180px;
	margin: 0 0 4px 0;
	height: 25px;
	padding:0 0 0 5px;
}
.OOPC .textarea {
	width: 170px;
	min-height: 40px;
}
.OOPC select {
	padding: 4px;
}
.OOPC .form-row-error {
	background: url('images/icon_invalid.png') no-repeat 340px 4px;
}

.OOPC .form-row-error label {
	color: red;
}
#opc-layout-table {
	border-collapse: collapse;
	margin: 5px;
	margin-top: 15px;
}
#opc-layout-table td {
	vertical-align: top;
}
.opc-left-column {

}

#ShipCountry_Row b, #BillCountry_Row b {
	float: left;
	padding-top: 5px;
}

/* =Basket Contents */
.OOPC .basket-contents-container {
	max-height: 250px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.OOPC #opc-form #basket-contents {
	border: 1px solid #ddd;
	margin: 10px 0 10px 0;
	width: 100%;
}
.OOPC #basket-contents .basket-title {
	font: bold 1.3em Arial, Helvetica, Verdana, sans-serif;
}
.OOPC #basket-contents tr.first td{
	border-top: none;
}
.OOPC #basket-contents td {
	border-top: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}
.OOPC #basket-contents td.item-name {
	border-left: none;
}
.OOPC #basket-contents td.basket-charge-prompt {
	border-top: 0;
	text-align: right;
}
.OOPC #basket-contents .basket-heading td {
	border: none;
	border-bottom: 1px solid #ddd;
	text-align: center;
	font-weight: bold;
}
/*
.OOPC #basket-contents.non-editable td, .OOPC #basket-contents.editable td {
	background: transparent;
	text-align: right;
} */

/* Basket Contents */

.item-image {
	width: 20% !important;
	text-align: center;
}

.item-code {
	width: 10% !important;
}

.item-description {
	width: 45% !important;
}

.item-quantity {
	width: 5% !important;
}

.item-price {
	width: 10% !important;
}

.item-total {
	width: 10% !important;
}
.OOPC #opc-form #basket-content-table td.item-price, .OOPC #opc-form #basket-content-table td.item-total{
	text-align:right;
}
.OOPC #opc-form #basket-content-table td.item-price p, .OOPC #opc-form #basket-content-table td.item-total p{
	margin:0;
}
.OOPC #opc-form #basket-content-table td {
	/*padding-top: 40px;*/
	vertical-align:middle;
	text-align: center;
}
.OOPC #opc-form #basket-content-table td.item-price, .OOPC #opc-form #basket-content-table td.item-total{
	padding-top: 5px;
	vertical-align:top;
}

	.OOPC #opc-form #basket-content-table td.item-description {
		padding-top: 5px;
		text-align: left;
		padding-left: 10px;
	}

.OOPC #basket-contents .item-cont {
	float: left;
	width: 95%;
	font-family: arial;
	font-size: 11px;
	line-height: 20px;
}
.OOPC #basket-contents .item-cont .attribute{
	margin:0 0 0 5px;
}
.OOPC .special-offer {
	margin: 0px;
}

.OOPC #basket-contents .item-name p {
	margin: 0;
}
.OOPC #basket-contents p.item-name {
	font-weight: bold;
	width: 75%;
	font-size: 13px;
	margin: 0px;
}

.OOPC #basket-contents .item-total {
	border-right: none;
}

tfoot {
	text-align: right;
}

/* =Additional Information Section */
#linebreakpadding {
	display: none;
}

/* =Shipping Fields */
.OOPC #shipping {

}

.OOPC #shipping-notice {
	font-style: italic;
}

/* =Payment Fields */
.OOPC #opc-form #payment {
	margin: 0 0 10px 0;
	float: right;
}

.OOPC .secure-icon {
	vertical-align: bottom;
}

/* =Other */
.OOPC #opc-form.continue-button {
	clear: none;
	margin: 0;
	float: right;
}

	.OOPC #gift-cert,
	.OOPC #coupon{
	z-index: 10;
	position: relative;
}

#opc-form .link-trigger {
	position: relative;
	left: 0;
}

.OOPC .error-message {
	color: #B94A48;
	background: #F2DEDE url('images/icon_invalid.png') no-repeat 6px 4px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
	padding: 5px 5px 5px 30px;
	margin: 10px auto;
	width: 100%;
	box-sizing: border-box;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
}

.OOPC #cvv_Row.form-row-error {
	background: url('images/icon_invalid.png') no-repeat 410px 4px;
}

/* ============ Plugins ============ */

/* ---- =Plugins: Lightbox Me ---- */

/* ------------------------ lightbox-me layout ------------------------ */
.lightbox {
	background: #fff;
	border: 1px solid #ddd;
	display: none;
	padding: 15px;
	text-align: left;
	padding: 35px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, .15);
}
.close-lightbox.close, a.close-lightbox.close:link, a.close-lightbox.close:visited {
	cursor: pointer;
	position: absolute;
	color: #999;
	top: 10px;
	right: 15px;
	z-index: 1050;
	font-size: 24px;
	text-decoration: none;
}
#main-content .close-lightbox{

}
.close-lightbox:hover, a.close-lightbox:hover {
	color: #333;
	text-decoration: none;
}

.OUSL-content.lightbox {
	left: 50% !important;
	width: 50% !important;
}

/* ---- =Plugins: qTip2 ---- */
/*
 * qTip2 - Pretty powerful tooltips
 * http://craigsworks.com/projects/qtip2/
 *
 * Version: nightly
 * Copyright 2009-2010 Craig Michael Thompson - http://craigsworks.com
 *
 * Dual licensed under MIT or GPLv2 licenses
 *   http://en.wikipedia.org/wiki/MIT_License
 *   http://en.wikipedia.org/wiki/GNU_General_Public_License
 *
 * Date: Tue May 29 11:43:26.0000000000 2012
 */

/* Core qTip styles */
.ui-tooltip, .qtip {
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;
	max-width: 280px;
	min-width: 50px;
	font-size: 10.5px;
	line-height: 12px;
	border-width: 1px;
	border-style: solid;
}

/* Fluid class for determining actual width in IE */
.ui-tooltip-fluid {
	display: block;
	visibility: hidden;
	position: static !important;
	float: left !important;
}

.ui-tooltip-content {
	position: relative;
	padding: 5px 9px;
	overflow: hidden;
	text-align: left;
	word-wrap: break-word;
	overflow: hidden;
}

.ui-tooltip-titlebar {
	position: relative;
	min-height: 14px;
	padding: 5px 35px 5px 10px;
	overflow: hidden;
	border-width: 0 0 1px;
	font-weight: bold;
}

.ui-tooltip-titlebar + .ui-tooltip-content {
	border-top-width: 0px !important;
}

/*! Default close button class */
.ui-tooltip-titlebar .ui-state-default {
	position: absolute;
	right: 4px;
	top: 50%;
	margin-top: -9px;
	cursor: pointer;
	outline: medium none;
	border-width: 1px;
	border-style: solid;
}

* html .ui-tooltip-titlebar .ui-state-default {
	top: 16px;
}/* IE fix */

.ui-tooltip-titlebar .ui-icon, .ui-tooltip-icon .ui-icon {
	display: block;
	text-indent: -1000em;
}

.ui-tooltip-icon, .ui-tooltip-icon .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.ui-tooltip-icon .ui-icon {
	width: 18px;
	height: 14px;
	text-align: center;
	text-indent: 0;
	font: normal bold 10px/13px Tahoma, sans-serif;
	color: inherit;
	background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.ui-tooltip-focus {

}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.ui-tooltip-hover {

}

/*! Default tooltip style */
.ui-tooltip-default {
	border-color: #F1D031;
	background-color: #FFFFA3;
	color: #555;
}

.ui-tooltip-default .ui-tooltip-titlebar {
	background-color: #FFEF93;
}

.ui-tooltip-default .ui-tooltip-icon {
	border-color: #CCC;
	background: #F1F1F1;
	color: #777;
}

.ui-tooltip-default .ui-tooltip-titlebar .ui-state-hover {
	border-color: #AAA;
	color: #111;
}

/* Tips plugin */
.ui-tooltip .ui-tooltip-tip {
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;
}

.ui-tooltip .ui-tooltip-tip, .ui-tooltip .ui-tooltip-tip * {
	position: absolute;
	line-height: 0.1px !important;
	font-size: 0.1px !important;
	color: #123456;
	background: transparent;
	border: 0px dashed transparent;
}

.ui-tooltip .ui-tooltip-tip canvas {
	top: 0;
	left: 0;
}

/*! Add shadows to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-shadow {
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.ui-tooltip-rounded, .ui-tooltip-tipsy, .ui-tooltip-bootstrap {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.ui-tooltip-bootstrap {
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	*border-right-width: 2px;
	*border-bottom-width: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.ui-tooltip-bootstrap .ui-tooltip-titlebar {
	font-size: 18px;
	line-height: 22px;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
}

.ui-tooltip-bootstrap .ui-tooltip-titlebar .ui-state-default {
	right: 9px;
	top: 49%;
	border-style: none;
}

.ui-tooltip-bootstrap .ui-tooltip-icon {
	background: transparent;
}

.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon {
	width: auto;
	height: auto;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 18px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);
}

.ui-tooltip-bootstrap .ui-tooltip-icon .ui-icon:hover {
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

/* IE9 fix - removes all filters */
.ui-tooltip:not(.ie9haxors) div.ui-tooltip-content,
.ui-tooltip:not(.ie9haxors)
div.ui-tooltip-titlebar {
	filter: none;
	-ms-filter: none;
}
/**
 * Warning Tooltip Style.
 */

.ui-tooltip-warning {
	color: #C09853;
	background: #FFFFDB;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
}

.ui-tooltip-warning.ui-tooltip-bootstrap .ui-tooltip-titlebar {
	border-bottom: 1px solid #C09853;
}

/**
 * Error Tooltip Style.
 */

.ui-tooltip-error {
	color: #B94A48;
	background: #F2DEDE;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}

.ui-tooltip-error.ui-tooltip-bootstrap .ui-tooltip-titlebar {
	border-bottom: 1px solid #B94A48;
}

/**
 * Success Tooltip Style.
 */

.ui-tooltip-success {
	color: #468847;
	background: #DFF0D8;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #DFF0D8;
	border: 1px solid #D6E9C6;
}

.ui-tooltip-success.ui-tooltip-bootstrap .ui-tooltip-titlebar {
	border-bottom: 1px solid #468847;
}

/**
 * Info Tooltip Style.
 */

.ui-tooltip-info {
	color: #3A87AD;
	background: #D9EDF7;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}

.ui-tooltip-info.ui-tooltip-bootstrap .ui-tooltip-titlebar {
	border-bottom: 1px solid #3A87AD;
}

/* ---- BEGIN: Table Scroll Plugin ---- */

.tablescroll {
	margin-top: 10px;
}

.tablescroll_wrapper {
	border-bottom: 1px solid #ddd;
}

.tablescroll .tablescroll_head {
	width: 943px !important;
}

/* ---- END: Table Scroll Plugin ---- */




.articlesheadertag {font-size:16pt;font-family:arial;color:black;font-weight:700;text-align:center;margin-bottom:5px;text-decoration:underline;}
.cattreesrchtxt {font-family:arial;font-size:9pt;color:#000000}
.headertaghome {display:inline;font-family:arial;font-size:16pt;color:#000000;font-weight:700;margin-left:16px;}
a.cattreeheading16pt:link {font-family:arial;font-size:16pt;color:#000000;font-weight:700;margin-left:16px;}
a.cattreeheading16pt:visited {font-family:arial;font-size:16pt;color:#000000;font-weight:700;margin-left:16px;}
a.cattreeheading16pt:hover {font-family:arial;font-size:16pt;color:red;font-weight:700;margin-left:16px;}
a.cattreeheading16pt:active {font-family:arial;font-size:16pt;color:#000000;font-weight:700;margin-left:16px;}
a.cattreeheading13pt:link {font-family:arial;font-size:13pt;color:#000000;font-weight:700;margin-left:12px;}
a.cattreeheading13pt:visited {font-family:arial;font-size:13pt;color:#000000;font-weight:700;margin-left:12px;}
a.cattreeheading13pt:hover {font-family:arial;font-size:13pt;color:red;font-weight:700;margin-left:12px;}
a.cattreeheading13pt:active {font-family:arial;font-size:13pt;color:#000000;font-weight:700;margin-left:12px;}
a.cattreelinks10pt:link {font-family:arial;font-size:10pt;color:#000000;font-weight:700;margin-left:8px;}
a.cattreelinks10pt:visited {font-family:arial;font-size:10pt;color:#000000;font-weight:700;margin-left:8px;}
a.cattreelinks10pt:hover {font-family:arial;font-size:10pt;color:red;font-weight:700;margin-left:8px;}
a.cattreelinks10pt:active {font-family:arial;font-size:10pt;color:#000000;font-weight:700;margin-left:8px;}
.cattreetxtbtm {font-family:arial;font-size:10pt;color:#000000;font-weight:bold;text-align:center;}
.ctgytxt1 {font-family:Arial;color:#0000FF;font-size:14pt;font-weight:bold;font-style:italic}
.ctgytxt2 {font-family:arial;color:black;font-size:10pt}
.ctgytxt3 {font-family:arial;font-weight:bold;color:black;font-size:11pt;text-decoration:underline}
.cstmtablink {font-family:Arial;font-size:12pt;color:#000000;font-weight:bold;text-decoration:none}
.cstmboxtxt1 {font-family:arial;font-size:10pt;font-weight:bold;color:black}
.cstmboxtxt2 {font-family:arial;font-size:9pt;color:black}
.cstmltrsinvtxt1 {font-family:arial;font-size:9pt;font-weight:bold;color:blue}
.cstmltrsinvtxt2 {font-family:arial;font-size:8pt;color:black}
.hmpgtxt1 {font-family:Arial;font-size:7.5pt;color:black;font-weight:bold;margin-left:10px;margin-bottom:-2px;margin-top:-1px}
.hmpgtxt2 {font-family:Arial;font-size:7.5pt;color:black;margin-left:10px;margin-bottom:-2px;margin-top:0px}
.hmpgtxt3 {font-family:Arial;font-size:7.5pt;color:white;margin-left:26px}
.hmpgtxt4 {font-family:Arial;font-size:8.5pt;color:red}
.hmpgtxt5 {font-family:Arial;font-size:8.5pt}
.hmpgtxt6 {font-family:arial;font-size:12pt;color:#0000FF;font-weight:bold}
.hmpgtxt7 {font-family:Arial;font-size:8pt;text-align:center}
.hmpgtxt8 {font-family:Arial;font-size:11pt}
.hmpgtxt9 {font-family:Arial;font-size:8pt;margin-left:6px;margin-top:2px}
.hmpgtxt10 {font-family:Arial;font-size:7.5pt;margin-bottom:-12px}
.hmpgtxt11 {font-family:Arial;font-size:7.5pt}
.hmpgblcklink1 {font-family:arial;font-size:10pt;color:#663300;text-align:center;font-weight:bold;text-decoration:none}
.hmpgblcklink2 {font-family:arial;font-size:10pt;color:#006600;text-align:center;font-weight:bold;text-decoration:none}
.hmpgblcklink3 {font-family:arial;font-size:10pt;color:blue;text-align:center;font-weight:bold;text-decoration:none}
.cathdrtxt1 {font-family:arial;font-size:12pt;color:black;font-weight:bold}
.cathdrtxt2 {font-family:arial;font-size:12pt;color:black}
.retailprice {font-family:arial;font-size:10pt;color:#000000;text-decoration:line-through;}
.product10pt {font-family:arial;font-size:10pt;color:#000000;font-weight:700;}
.attributeprompt {font-family:arial;font-size:10pt;color:#000000;font-weight:700;text-decoration:underline;}
.attributeoption {font-family:arial;font-size:9pt;color:#000000;}
.productname {font-family:arial;font-size:11pt;color:#000000;}
.product12pt {font-family:arial;font-size:12pt;color:#000000;font-weight:700;text-decoration:underline;}
.redproduct12pt {font-family:arial;font-size:12pt;color:red;font-weight:700;text-decoration:underline;}
.productlight9pt {font-family:arial;font-size:9pt;color:#000000;}
.productlight8pt {font-family:arial;font-size:8pt;color:#000000;}
.breadcrumb {font-family:arial;font-size:8pt;color:#000000;}
.productblue9pt {font-family:arial;font-size:9pt;color:blue;}
.productblue10pt {font-family:arial;font-size:10pt;color:blue;}
.productblue11pt {font-family:arial;font-size:11pt;color:blue;}
.productblue14pt {font-family:arial;font-size:14pt;color:blue;text-decoration:underline;}
.productred14pt {font-family:arial;font-size:14pt;color:red;text-decoration:underline;}
.searchgobutton {font-family:arial;font-size:9pt;color:black;padding:0px;}
.marginleft24px {margin-left:24px;margin-bottom:6px;margin-right:12px;}
.margintop2px {margin-top:2px;}
.cellbkgrnd1 {background-image:url('/mm5/graphics/horizbluetubebkground.gif');background-repeat:no-repeat;background-position:left bottom;}
.cellbkgrnd2 {background-image:url('/mm5/graphics/horizbluetubebkground.gif');background-repeat:no-repeat;background-position:right bottom;}
.cellbkgrnd3 {background-image:url('/mm5/graphics/vertbluetubebkground.gif');background-repeat:repeat-y;background-position:left top;}
.cellbkgrnd4 {background-image:url('/mm5/graphics/vertbluetubebkground.gif');background-repeat:repeat-y;background-position:right top;}
.productsize {font-family:arial;font-size:10pt;color:#000000;}
.productsize2 {font-family:arial;font-size:8pt;color:#000000;}
.jantecmenu{
width: 150px; /*width of menu*/
}

.jantecmenu .headerbar{
font: bold 15px Arial;
color: black;
background: url(/mm5/graphics/bluebars.gif) no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 3; /*bottom spacing between header and rest of content*/
padding: 11px 0 14px 34px; /*31px is left indentation of header text*/
}

.jantecmenu .headerbar2{
font: bold 12px Arial;
color: black;
background: url(/mm5/graphics/bluebars.gif) no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 6; /*bottom spacing between header and rest of content*/
padding: 13px 0 12px 16px; /*31px is left indentation of header text*/
}

.jantecmenu .headerbar3{
font: bold 12px Arial;
color: black;
background: url(/mm5/graphics/bluebars.gif) no-repeat; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 6; /*bottom spacing between header and rest of content*/
padding: 13px 0 12px 32px; /*31px is left indentation of header text*/
}

.jantecmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.jantecmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.jantecmenu ul li a{
font: normal 12px Arial;
color: black;
background: #CCFFFF;
display: block;
padding: 3px 0;
line-height: 14px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.jantecmenu ul li a:visited{
color: black;
}

.jantecmenu ul li a:hover{ /*hover state CSS*/
color: black;
background: #FFFFFF;
text-decoration:underline;
}
/* ------------------------ ocst account sign-up form ------------------------ */
.hidden{
	display:none;
}
#ocst-acad-form {
	width: auto;
}
#ocst-acad-form #login-details {
    border-bottom: 1px solid #D9D9D9;
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
#ocst-acad-form h2.fields-heading {
	background: #F5F5F5;
	border: 1px solid #D9D9D9;
	color: #000;
	font-size: 16px;
	margin: 0 0 10px;
	padding: .5em 0 .5em 10px;
}
#ocst-acad-form #ship-to {
	float: none;
	width: auto;
}
#ocst-acad-form .login-details{
	float:left;
	width: auto;
}
.OOPC #ocst-acad-form #customer-fields {
    float: left;
    margin: 0 10px 0 0;
    width: 100%;
}
#ocst-acad-form .form_row b{
	line-height: 35px;
}
#ocst-acad-form .form_row input{
	padding: 0 0 0 5px;
}
#ocst-acad-form .form_row input, #ocst-acad-form .form_row select{
	height: 28px;
}
#ocst-acad-form .form_row {
    clear: both;
    float: left;
    line-height: 28px;
}
