/* 
Obsolete Part Finder Stylesheet
---------------------------------------- */
html {
	overflow-x: auto;
	overflow-y: scroll;
}

body {
	font: .8em Tahoma,Verdana,sans-serif;
	background:#fff url(../image/opf/bg.png) repeat-x;
	color: #333;
}

/* Reset
---------------------------------------- */

html,body,form,fieldset {margin:0;padding:0;border:0}
table,td,th {font-size:1em;}
th {text-align: left}
td {vertical-align: top}
a {color:#004276}
a:hover, a:active {color:#F60}
img {border:0}
input, textarea {
	border: 1px solid #A7A6AA;
	outline-color: #B3DAEF;
	outline-color: #589FD2;
	outline-width: medium;
}

/* Layout
---------------------------------------- */

#header {
}
#content {
	padding: 0 0 20px;
	min-height: 250px;
	overflow: hidden;
}

.mode-rfq #content {
	background-position: 0 0;
}

#footer {
	background:#F9FAFA url(../image/opf/bg_footer.png) repeat-x;
	padding: 10px 0 0;
	text-align: center;
	width: 978px;
	margin: 0 auto 30px;

	border: 1px solid #E0E0E0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

#middlePane, .breadcrumbs-container {
	background:#FFF;
	border: 1px solid #CAD2D0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

	overflow: hidden;
	padding: 20px 0 0;
	z-index: 1;

}
#content .breadcrumbs-container {
	margin-bottom: -20px;
	padding: 10px 0 20px;
}

.content-pane {
	clear: left;
	float: left;
	width: 670px;
}
.layout-c .content-pane {
	width: auto;
	float: none;
}

#rightSidebar {
	float: right;
	font-size: .85em;
	width: 270px;
	margin: 0 20px 0 0
}

#rightSidebar .container {
}

#rightSidebar .block-wrapper {
	background: #fefefe;
	border: 1px solid #CAD2D0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0;
	margin-bottom: 18px;
}




/* Wrappers */
.wrapper { margin: 0 auto }

/*
.quote-form { margin-top: 3px; }
*/
.catalog-rfq { margin-top: 2px; }

/* Wide layout */
#header .wrapper,
#content .wrapper {	width: 980px }
#getQuote .wrapper { width: 984px }

/* Useful styles
---------------------------------------- */
.clear {clear: both;}
.spacer {
	display: block;
	height: 1px; width: 1px;
	overflow: hidden;
	margin: 0;padding: 0;
	clear: both;
}

#tooltip {
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:3px 5px;
	color:#333;
	display: none;
	max-width: 300px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 11px;
}
#tooltip.t_error {
	border:0;
	background:#F60;
	color:#fff;
}





/* Page Header
---------------------------------------- */

#header .wrapper {
	position: relative;
	top: 0;
}

/* Logo */
.logo {
	width: 225px;
	height: 64px;
	margin: 0;
	overflow: hidden;
	background: url(../image/opf/logo.png) 0 0 no-repeat;
}
.logo a, .logo strong {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	height: 64px;
}

/* Top Nav */

.top-nav {
	border-collapse: collapse;
	border: 0;
	position: absolute;
	z-index: 10;
	left: 240px;
	top: 34px;
}
.top-nav td {
	padding: 0;
	font-size: 11px;
}

.top-nav a {
	text-decoration: none;
	display: block;
	height: 32px;
	position: relative;
	background-image: url(../image/opf/topnav.png);
	background-repeat:no-repeat;
	overflow: hidden;
	text-indent: -999em;
	border-bottom: 1px solid #DBE0DF;
}

.top-nav .menu {
	padding-right: 20px;
}

.tn-current a {
	height: 33px;
	border-bottom: 0;
}

.tn-home 		{width: 52px;background-position: 0 -40px}
.tn-catalog 	{width: 71px;background-position: -52px -40px}
.tn-inv 		{width: 81px;background-position: -123px -40px}
.tn-qc 			{width: 35px;background-position: -204px -40px}
.tn-about 		{width: 53px;background-position: -239px -40px}
.tn-contact 	{width: 77px;background-position: -292px -40px}
.tn-quote 		{width: 67px;background-position: -369px -40px}
.tn-manuf       {width: 94px;background-position: -436px -40px}

.tn-current .tn-home 	{background-position: 0 0}
.tn-current .tn-catalog {background-position: -52px 0}
.tn-current .tn-inv 	{background-position: -123px 0}
.tn-current .tn-qc 		{background-position: -204px 0}
.tn-current .tn-about 	{background-position: -239px 0}
.tn-current .tn-contact {background-position: -292px 0}
.tn-current .tn-quote 	{background-position: -369px 0}
.tn-current .tn-manuf 	{background-position: -436px 0}

a.tn-home:hover, 	.tn-active .tn-home 	{background-position: 0 -80px}
a.tn-catalog:hover,.tn-active .tn-catalog	{background-position: -52px -80px}
a.tn-inv:hover, 		.tn-active .tn-inv	{background-position: -123px -80px}
a.tn-qc:hover, 		.tn-active .tn-qc		{background-position: -204px -80px}
a.tn-about:hover, 	.tn-active .tn-about	{background-position: -239px -80px}
a.tn-contact:hover,.tn-active .tn-contact	{background-position: -292px -80px}
a.tn-quote:hover, 	.tn-active .tn-quote	{background-position: -369px -80px}
a.tn-manuf:hover, 	.tn-active .tn-manuf	{background-position: -436px -80px}


/* Top Menus */

.tnm {
	position: absolute;
	width: 180px;
	z-index: 10;
	border: 1px solid #ccc;
	border-top: 0;
	font-size: 13px;
	margin: -1px 0 0;

	-webkit-box-shadow: 1px 1px 5px #ccc;
	-moz-box-shadow: 1px 1px 5px #ccc;
	box-shadow: 1px 1px 5px #ccc;

	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;

	background-color: #fff;
	padding-bottom: 5px;
}
.tnm strong {
	display: block;
	padding: 5px 10px;
	text-transform: none;
	text-align: left;
	border-bottom: 1px solid #efefef;
	white-space: nowrap;
}
.tnm ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0 4px;
	border: 0;
}
.tnm li {
	float: left;
	display: block;
	width: 34px;
	padding: 2px 0;
	text-align: center;
	font-weight: bold;
	background: none;
}
.tnm a {
	height: auto!important;
	line-height: 1.6em;
	padding: 0;
	background: none!important;
	color:#004276!important;
	text-decoration: underline;
	border: 0;
	text-indent: 0;
}
.tnm a:hover, .tnm a:active {color:#F60!important}




/* Top Search */

#header .top-search {
	position: absolute;
	top:18px;right:2px;
	padding: 0;
	white-space: nowrap;
	font-size: 11px;
	color: #333;
}

#searchtext {
	vertical-align: top;
	width: 165px;
	font-size: 13px;
	height: 19px;
	border: 1px solid #d8d8d8;
	border-top-color: #b8b8b8;
	border-left-color: #b8b8b8;
	border-right: 0;
	padding: 3px 0 2px;
	text-indent: 3px;

	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-topleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	position: relative;
	z-index: 2;
}

.top-search .btn {
	width: auto;
	margin: 0;
	height: 26px;
	position: relative;
	z-index: 1;
}
.top-search label {
	display: block;
	padding: 0;
	width: 170px;
	height: 18px;
	overflow: hidden;
	text-shadow: white 1px 1px 1px;
}

.top-search .advanced-search {
	position: absolute;
	top: 0;
	margin: 0;
	right: 0;
	font-size: 11px;
}

.advanced-search  a {
	color: #333;
	text-decoration: none;
}
.advanced-search  a:hover {
	color: #F60;
}


input.default {color: #aaa}
input.default.active {color: #000}

/* Get a quote form */

#rfq_single {
	min-height: 125px;
}

.top-rfq-form {
	width: 100%;
}


#getQuote {
	height: 61px;
	margin-bottom: 10px;
}
#getQuote .wrapper {
	background: #F2F2F2 url(../image/opf/bg_rfq.png) repeat-x;
}

.mode-rfq #getQuote {
	margin-bottom: -42px;
}
/*
.mode-rfq #getQuote form {
	display: none;
}
*/


#getQuote fieldset {background: url(../image/opf/bg_rfq_l.png) no-repeat }
#getQuote table {
	height: 61px;
	width: 100%;
	border-collapse: collapse;
	background: url(../image/opf/bg_rfq_r.png) 100% 0 no-repeat;
}
#getQuote td {
	padding: 17px 10px 0px 0;
	vertical-align: top;
	white-space: nowrap;
	border: 0px solid;
}
#getQuote label {
	margin-top: 5px;
	display: block;
}
#getQuote .rfq-input,
#getQuote .qty-input,
#getQuote .email-input {
	width: 96%;
	font-size: 13px;
	border: 1px solid #d8d8d8;
	border-top-color: #b8b8b8;
	border-left-color: #b8b8b8;
	padding: 5px 0 5px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

#getQuote .btn {
	width: 41px;
	height: 28px;
	margin: 0 0 0 5px;
	background: url(../image/opf/b_go_opf.png) 0 0 no-repeat
}

#getQuote .title {
	padding: 20px 0px 5px 28px;
	font-size: 15px;
	vertical-align: top;
	width: 1px;
}

#getQuote .title-a {
	width: 115px;
	height: 33px;
	overflow: hidden;
	text-indent: -999em;
	white-space: nowrap;
	text-decoration: none;
	display: block;
	background: url(../image/opf/label-top-getaquote.png) 0 0 no-repeat;
	cursor: pointer;
	color: #000;
}


#getQuote .cap-rfq {width: 90px; text-align: right;}
#getQuote .rfq {width: 189px}
#getQuote .qty {width: 60px}
#getQuote .email {width: 189px}


a.b_rfq {
	background: url(../image/b_l.png) 0 0 no-repeat;
	text-decoration: none;
	color: #000;
	line-height: 22px;
	padding: 3px 0;
}
a.b_rfq:hover {color:#F60}
.b_rfq span {
	background: url(../image/b_r.png) 100% 0 no-repeat;
	cursor: pointer;
	padding: 3px 10px;
}

#getQuote .top_rfq_label {
	padding: 14px 25px 0px 22px;
}
.top_rfq_label span {
	display: block;
	background: url(../image/opf/label-response.png) 0 0 no-repeat;
	width: 100px;
	height: 32px;
	text-decoration: none;
	text-indent: -999em;
}

.advancedsearch .btn-submit {
	display: block;
	margin: 0 2px 0 5px;
	height: 24px;
	vertical-align: top;
	border: 0;
	text-indent: -999em;
	overflow: hidden;
	cursor: pointer;
	background: url(../image/opf/b_search.png) 0 0 no-repeat;
	width: 75px;
}

/* Callout */

.callout {
	position: relative;
	display: block;
}

.callout em {
	background: 0 0 no-repeat;
	display: block;
	position: absolute;
	z-index: 101;
	top: 0;
}
.callout01 em {
	background-image: url(../image/opf/callout_01.png);
	width: 248px;
	height: 76px;
	right: -26px;
	margin: 3px 0 0 0;
}
.callout02 em {
	background-image: url(../image/opf/callout_02.png);
	width: 248px;
	height: 76px;
	left: -28px;
	margin-top: 0px;
}



/* quote form big */

.quote-form .title {
	margin: 0;
	padding: 4px 10px;
	font-size: 1.4em;
	border-bottom: 1px solid #DADFE0;
	background-color: #fff;
	font-weight: bold;
}

.quote-form .framed .column1 .block-wrapper {
	margin: 0 0 0 10px;
/*
	background: #fff url(../image/bg_quote_form.png) 0 0 repeat-x;
*/
}

.rfq-margin-fix, .catalog-margin-fix {margin: 2px auto 0px auto}

.page-rfq .container, .catalog-rfq .container, .captcha-form .container {
	border: 1px solid #CAD2D0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: -1px auto 20px;
	margin: 0 auto 20px;
	background: #fff;
}

.page-rfq .content{display:none}

.rfq-page-form {
	margin-bottom: -20px;
}

.page-rfq .container .block, .catalog-rfq .container .block {
	padding-top: 0;
}


#content .container fieldset h2.title-partinfo {
	background-position: 0 -1px;
}
#content .container fieldset h2.title-contactinfo {
	margin-top: 10px;
}

.page-rfq .column2 .pic-rfq, .quote-form .column2 .pic-catalog-rfq {
	border: 1px solid #d9d9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
}

.quote-form .framed .column2 .block-wrapper { margin: 0 10px 0 0}
/*
.quote-form .pic-form, .quote-form .pic-catalog { background: url(../image/pic_quote_text.png) 0 100px no-repeat }
*/
.quote-form .block-wrapper .block {background: 0 0 no-repeat;}
.quote-form .pic-form .block, .quote-form .pic-catalog .block { height: 320px }
.quote-form .pic-form .block {}
.quote-form .pic-catalog .block {}


.quote-form .pic-rfq-p, .quote-form .pic-catalog-rfq-p {
	background: 0 0 no-repeat;
	margin: 0;
}
.quote-form .pic-rfq .pic1, .quote-form .pic-catalog-rfq .pic1 {
	background-image: url(../image/opf/OPF_RFQ_475x187.jpg);
	height: 187px;

	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;


}
.quote-form .pic-rfq .pic2 {
	background-image: url(../image/opf/OPF_RFQ_475x268.jpg);
	height: 268px;
}
.quote-form .pic-rfq .pic3 {
	background: url(../image/opf/rfq-payments.png) 0px 13px no-repeat;
	height: 50px;
}
.quote-form .pic-catalog-rfq .pic1 {
	background-image: url(../image/opf/OPF_Part_Catalog_471x269.jpg);
	height: 269px;
}
.quote-form .pic-catalog-rfq .pic2 {
	background: url(../image/opf/rfq-payments.png) 0 50% no-repeat;
	height: 50px;
}
.btn-catalog-rfq {
	margin-top: .2em;
}


.pic-inventory {
	background: url(../image/opf/OPF_Part_Inventory_940x140.png) 50% 0 no-repeat;
	height: 140px;
	margin: 0 auto 10px;
	padding: 0;
	overflow: hidden;
} 

/* Multiline RFQ */

.multiline-container p {
	margin: 0;
	padding: 0;
}

.multiline-container a, .multiline-container strong {
	float: left;
	display: block;
	margin-right: 8px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.multiline-container strong {
	background-color: #fff;
}
.multiline-container a {
	background-color: #E5E9E8;
	text-decoration: none;
}
.multiline-container a:hover {
	background-color: #fff;
}

.multiline-container span {
	display: block;
	background: transparent url(../image/opf/i_rfq_tabs.png) 8px 0 no-repeat;
	padding: 17px 15px 8px 105px;
	position: relative;
	top: -5px;
}


.sprite-i_rfq_multi { background-position: 0 0; width: 85px; height: 42px; } 
.sprite-i_rfq_multi2 { background-position: 0 -92px; width: 85px; height: 42px; } 
.sprite-i_rfq_single { background-position: 0 -184px; width: 61px; height: 42px; } 
.sprite-i_rfq_single2 { background-position: 0 -276px; width: 61px; height: 42px; } 
/*
.i_multi span, .i_multi:hover span {background-position: 10px 0}
.i_multi span {background-position: 10px -92px}
.i_single span, .i_single:hover span {background-position: 10px -184px; padding-left: 80px;}
.i_single span {background-position: 10px -276px;}
*/

.i_multi span, a.i_multi:hover .rnav-a {background-position: 10px 0}
.i_multi .rnav-a {background-position: 10px -92px}
.i_single span, a.i_single:hover .rnav-a {background-position: 10px -184px; padding-left: 80px;}
.i_single .rnav-a {background-position: 10px -276px;}


.page-rfq .multiline-block {
	padding: 10px 0 0 20px!important;
}
.multiline-block .required-text {
	float: right; 
	margin: 3px 38px 0 0;
}
.multiline-contacts .row-comment {margin-right: 40px}
.multiline-row-comment .form-field {margin-left: 1%}
.rfq-page-form .single-textarea {height: 88px}
.rfq-page-form .multiline-textarea {height: 120px}
.multiline-contacts .btn {margin: 1em 0 .5em}


/* Content Pane
---------------------------------------- */

/* Layout */

.container {
	margin-bottom: 0px;
	padding: 1px 0;
}

.multiline-container {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 0 auto -20px;
	padding: 10px 10px 19px;
	background: #CAD2D0;
	overflow: hidden;
	font-size: 1.1em;
	font-family: Arial, Helvetica;
}
.container .container .block-wrapper {
	margin-bottom: 0;
}
.container.shadows {
	background-color: transparent;
	margin-bottom: 6px;
}
.container.bg-index {
	margin-bottom: 0;
}

.block-wrapper {
/*
	margin: 9px 10px 10px;
	border: 1px solid #DADFE0;
*/
	position: relative;
}

#contentBar .block, #contentWide .block {padding: 0 10px 10px 20px}
#contentBar .block .block {padding: 0 0 10px 0}

.shadows .block-wrapper {
	top: -2px;
}

.container .block {
	padding: 8px 8px 0;
}
#rightSidebar .container .block {
	overflow: hidden;
}
#rightSidebar .block {
	padding: 8px 8px 0;
}

.block p {
	margin: 0;
	padding: 0 0 1em;
}

.block-text {
	margin: 0 20px .5em;
}
.block-text h3 {
	margin: 0;
}


/* Headers */


h1, .h1, .h1-small {
	font-weight: bold;
	text-align:left;
	font-size: 23px;
	margin: 0 0 -20px;
	padding: 10px 20px 27px;
	border: 1px solid #CAD2D0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #02658E;
	background: #F3F4F4 url(../image/opf/bg_h1.png) repeat-x;
}

.page-rfq h1 {
	border: 0;
	background: none;
	padding: 20px 20px;
	margin: 0px;
}

p.h1 {
	margin-top: -1px;
	margin-top: 0;
	padding-bottom: 30px;
}


.h1-small {
	font-size: 16px;
}


h1 a {color: #02658E}
h1 a:hover, h1 a:active {color:#F60}



.framed h1 {
	padding-top: 2px;
}
.container h2, .container .h2 {
	margin: 0;
	padding: 4px 10px;
	font-size: 1.4em;
}

.block-wrapper h2 {
	border-bottom: 1px solid #DADFE0;
}

#contentBar h2, #contentWide h2, .page-rfq h2, .container .h2 {
	border-bottom: 1px dashed #C7D0D6;
	color: #F60;
	padding: 0 0 5px 20px;
	font-weight: normal;
	margin: 0 0 .5em;
}
/*#contentBar .block-wrapper .block h2*/
.block h2, .page-rfq h2 {
	margin-left: -20px;
}
.block h3, .block h3 {
	font-size: 1.2em;
	color: #333;
	font-weight: bold;
}
.h2-alt {
	color: #999;
	margin: -10px 20px 10px;	
}
h3.h3-alt { 
	margin: -5px 20px 10px;
	color: #999
}

.h2-alt strong {color: #000 }

/*.container h2 a {*/
h2 a {
	text-decoration: none;
}




#rightSidebar h2 {
	margin: 0;
	padding: 6px 10px;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	background: #AFAFAF url(../image/opf/bg_caption.png) repeat-x;

	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

#rightSidebar .alphabet-header-a, #rightSidebar .tn-catalog, #rightSidebar .tn-inv {
	color: #fff;
	text-decoration: none;
}



/* Lists */

#content ul {
	list-style: none;
	margin: 0;
	padding: 0 0 1em;	
}
ul li {
	background: transparent url(../image/opf/li.png) 2px .7em no-repeat;
	padding: 2px 0 2px 18px;
}

/* Alphabet */
.container .alphabet {
	font-weight: bold;
	line-height: 1.6em;
	padding: 6px;
}
.alphabet-container .alphabet {
	padding: 0 0 1em 0;
}

.primary-sb .alphabet {
	padding: 0 0 5px 20px;
	margin: -5px 0 .8em;
}

#content .alphabet-ul {
	overflow: hidden;
	list-style: none;
	margin: 0;
	padding: 0;
}
#content .alphabet-li {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
	line-height: 2em;
}

.container .alphabet-label {
	padding: 0;
	margin: 0;
}
.alphabet-a, .alphabet-span {	padding: 3px 6.5px }
.two-columns .alphabet-a, .two-columns .alphabet-span {	padding: 0 8px }

.alphabet .alphabet-label {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
#rightSidebar .alphabet-label {
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 3px;
}


.alphabet strong {
	background-color: #F60;
	color: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 1px 3px;
}

.alphabet-strong a, .alphabet-strong span {
	text-decoration: none;
	color: #fff!important;
}

.alphabet .main-pages {
	font-weight: normal;
	font-size: .85em;
	color: #999;
	padding-left: 0;
}
.main-pages a {
	padding: 0;
	color: #999;
}
.main-pages a:hover {
	color: #F60;
}


.alphabet .lettersonly {
	overflow: hidden;
}
.lettersonly .alphabet-li  {
	padding: 0;
	float: left;
	width: 32px;
	text-align: center;
}
.alphabet-container .alphabet-li { width: auto }
.alphabet-container .alphabet-a { padding: 0 8px }

#rightSidebar .alphabet {
	padding: 8px 0 8px 6px;
	
}
#rightSidebar .alphabet-ul {
	font-weight: bold;
	font-size: 14px;
}
#rightSidebar .alphabet-li {
	float: none;
	display: inline;
	padding: 0;
	line-height: 2em;
}



/* Columns */
.cols {
	overflow: hidden;
}
.cols ul {
	margin: 0;
	padding: 0;
	float: left;
}
.cols2 ul {width: 49.5%}
.cols3 ul {width: 33.2%}
.cols4 ul {width: 24.5%}
.cols5 ul {width: 19.5%}

.col2, .col3, .col4 {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.col2 li, .col3 li, .col4 li {
	float: left;
	padding: 0;
}
.col2 li { width: 48%;}
.col3 li { width: 31%;}
.col4 li { width: 23%;}


#rightSidebar ul {
	margin: -2px 0;
}

/* Paging */

.paging {
	text-align: left;
	text-align: center;
	line-height: 1.6em;
}

.paging a, .paging strong {
	padding: 0 2px;
	border-left: 1px solid #eee;
	padding-left: 3px;
}
.paging .text {
	border: 0;
}

.relatedPages {
	font-size: .85em;
}

.relatedPages a, .mainPages a {
	text-decoration: none;
}
.relatedPages a:hover, .mainPages a:hover {
	text-decoration: underline;
}

.paging .current {
	background-color: #F60;
	color: #fff;
	border: 0;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 0 5px;
	font-size: 1.1em;
}

.paging .current-span {
	color: #fff!important;
	text-decoration: none;
}



/* Breadcrumbs */
p.breadcrumbs {
	margin: 0 0 0;
	padding: 0 10px 13px;
	font-size: .85em;
}
.breadcrumbs-container .breadcrumbs {
	padding: 5px 20px 13px;
}

.breadcrumbs .divider {
	padding: 0 .5em;
}

/* Tables */

.table-container {
	border: 1px solid #DADFE0;
	background-color: #efefef;


	padding: 5px;
	margin: 0 20px 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.table-container h3 {
	margin: 0 0 .2em;
}
.table-catalog {
	border-collapse: collapse;
	width: 100%;
}
.table-catalog-tr:hover td {
	background-color: #F8F9F9;
}
.table-catalog th {
	padding: 2px 5px 5px;
}
.table-catalog td {
	background-color: #fff;
	border-bottom: 1px solid #ECEFEF;
	padding: 2px 5px;
}
.header-tr td {
	background-color: #F8F9F9;
}
/*#content */
.table-catalog .table-catalog-h2 {
	padding: 0!important;
	border: 0!important;
	font-size: 1.4em!important;
	color: #F60!important;
	margin: 0!important;
}
.table-catalog-h2 a {
	color: #F60;
}
.table-catalog td.parent, .table-catalog td.child {
	background-image: url(../image/opf/li.png);
	background-repeat: no-repeat;
}

.table-catalog td.parent {
	background-position: 8px .6em;
	padding-left: 20px;
}
.table-catalog td.child {
	padding-left: 20px;
	background-position: 8px .6em;
}
.table-catalog tr.child-h2 td.child {
	padding-left: 35px;
	background-position: 23px .6em;
}

.table-catalog .td_details .str1 {font-style: italic; font-size: .85em;}
.table-catalog .td_suppl {font-size: .85em;}
.table-catalog .td_suppl .str1 {font-size: 1.2em;} 

.table-form {
	background: #fff;
	border-collapse: collapse;
	width: 100%;
}
.table-form th {
	padding: 2px 5px 5px;
}
.table-form td {
	padding: 5px 5px;
}
/*.table-form .th td { */
.table-form .th {
	background-color: #F8F9F9;
}
.table-form p.form-hint {
	margin: 0;
}

.table-form .td-button {
	width: 1%;
}

.td-search-qty {
	white-space: nowrap;
	text-align: right;
	width: 30%;
}
.td-search-rfq {
	white-space: nowrap;
	text-align: right;
	width: 30%;
}

.td-right {text-align: right}
.td-left {text-align: left}
.td-center {text-align: center}

.mfg-catalog .td_rel {
	white-space: nowrap;
}


/* RFQ Multiline table */



.rfq-table input {width: 98%}
.rfq-table select {
	width: 99.8%;
	height: 24px;
}
.rfq-table th {
	vertical-align: bottom;
	font-weight: normal
}

.rfq-table .th-part {width: 23%}
.rfq-table .th-price {width: 100px}
.rfq-table .th-qty {width: 60px; padding-right: 0}
.rfq-table .th-date {width: 8%}
.rfq-table .th-mfg {width: 28%}
.rfq-table .th-comment {width: 16%}
.rfq-table .th-remove .spacer {width: 50px}
.block p.add-rows {margin: .5em 0 .5em 10px}

.th-nsn .right {
	float: right;
	color: #c00;
}
.th-nsn .left {
	float: left;
}
.add-rows a {
	text-decoration: none;
	background:url(../image/opf/b_add_more_parts.png) no-repeat;
	display: block;
	width: 132px;
	height: 29px;
	cursor: pointer;
	white-space: nowrap;
	text-indent: -999em;
	overflow: hidden;
}
.i_remove {
	background:url(../image/pt/i_remove.png) no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	margin-left: 15px;
}
.i_reset {background-position: 0 -40px}
.i_empty {background-position: 0 -20px}


/* Undo */

.rfq-undo-row td {
	padding-right: 16px!important;
}
.undo-container {
	background-color: #efefef;
	padding: 4px;
	overflow: hidden;
}
.undo-container p {
	padding: 0;
}

.undo-container .undo-message {
	float: left;
	width:90%;
	text-align: center;
}

.undo-container .undo-label {
	float: right;
	width: 10%;
	text-align: right;
}

.undo-label a {
	background:url(../image/pt/i_remove.png) no-repeat;
	background-position: 88% -60px;
	padding-right: 25px;
	color: #333;
	text-decoration: underline;
	cursor: pointer;
}


/* Columns*/

.two-columns {
	overflow: hidden;
}
.two-columns .column1, .two-columns .column2 {
	width: 49.3%;
	float: left;
}
.two-columns .column2 {float: right}

.container .two-columns {
	margin: 8px 0;
	padding: 2px 0;
}
.container .column1 .block-wrapper {margin: 0 0 0 10px}
.container .column2 .block-wrapper {margin: 0 10px 0 0}

/* Forms */
.btn {
	border: 0;
}

.form-row {
	overflow: hidden;
	padding: 2px 0;
}
.form-row.active {
	background-color: #F8F9F9;
}

.form-label {
	width: 30%;
	float: left;
	padding: 5px 0 0 5px;
}
.form-field {
	margin-left: 31%;
	padding: 0;
}


.form-field input, .form-field textarea, .table-form input {
	font-size: 13px;
	border: 1px solid #d8d8d8;
	border-top-color: #b8b8b8;
	border-left-color: #b8b8b8;
	padding: 3px 0 3px 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.table-form input.btn {
	padding: 0;
	border: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	height: auto;
	width: auto;
}



p.form-hint {
	font-size: .85em;
	color: #999;
	padding: 0;
}
.form-row p.form-hint {
	margin: 0 0 0 0;
}
.form-button {
	margin-left: 31%;
	padding: .3em 0;
}

.rfq-page-form .form-button {padding: .7em 0 0}
/*.rfq-page-form */
.multiline-block .form-button {padding: 0}

.field-wide {
	width: 98%;
}
.field-half {
	width: 47.2%;
	margin-right: 1%;
}

p.required {
	color: #999;
	font-size: .9em;
}
p.required-text {
	width: 120px;
	height: 16px;
	overflow: hidden;
	text-indent: -999em;
	background: url(../image/opf/label_required.png) 0 0 no-repeat;
}

h3 span.required {
	font-size: .85em;
	font-style: italic;
	color: #333;
	font-weight: normal;
	background: none;
	vertical-align: bottom;
}

span.required, .required span {
	font-size: 10px;
	color: #fff;
	padding-left: 10px;
	background: url(../image/opf/i_required.png) 0 0 no-repeat;
	vertical-align: top;
	padding-bottom: 0px;
	margin-left: 5px;
}

.searchresult td, .searchresult-rfq  td {
}
.searchresult .td-label, .searchresult-rfq .td-label {
	white-space: nowrap;
	padding-top: 10px;
}
.searchresult .td-spacer {width: 50%}
.searchresult .td-field {width: 270px;}
.searchresult-rfq .rfq_qty {width: 60px}
.searchresult-rfq .rfq_part {width: 270px}
.searchresult-rfq .rfq_email {width: 270px}

.advancedsearch .td-label{
	white-space: nowrap;
	/*width: 180px*/
}

.table-form td.td-boolean {
	padding-left: 3px;
	padding-right: 3px;
}
.table-form .td-boolean label {
	display: block;
	height: 21px;
	line-height: 21px;
	width: 30px;
	text-align: center;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #efefef;
	margin: 0;
	padding:0;
}
.td-boolean label:hover {
	border: 1px solid #F60;
	background-color: #fff;
}

.td-boolean label.current, .td-boolean label.current:hover {
	cursor: default;
	background-color: #F60;
	border: 1px solid #F60;
	color: #fff;
}

.td-boolean input {
	position: absolute;
	left: -600px;
}
.td-boolean .i_remove {
	margin: 5px 0 0 5px;
}

.advancedsearch .td-field {
	width: 360px;
	padding-right: 0;
}

.message {
}
.message.error {
	color: #F60;
}
.top-message .error {
	color: #333;
}
ol.single {
	list-style: none;
	margin: 0;
	padding: 0;
}
.single li {
	margin-left: 20px;
}
.error input, .error textarea, input.error, input.error, select.error  {
	background: #fff url(../image/i_error_field.png) 100% 2px no-repeat;
	border-color: #F60;
}
.fixerror {
	background: #fff none!important;
}

.form-row .inline-error, .td-field .inline-error {
	color: #F60;
	font-size: .85em;
	padding: 0;
	margin: 0;
	display: block;
	background:none;
}


.top-message .block {
	margin: 1px 0 15px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	background-image: url(../image/opf/bg_message.png);
	background-color: #DCEDF5;
	border: 1px solid #82BFDE;
	padding: 8px;

}
.top-message .message-div {
	background: transparent 10px 2px no-repeat;
	padding-left: 70px;
	min-height: 50px;
}

.error .message-div {
	background-image: url(../image/opf/i_error.png);
	background-position: 5px 0;
}
.warning .message-div {background-image: url(../image/i_warning.png)}
.success .message-div {background-image: url(../image/i_success.png); background-position: 15px 5px}
.warning .block {background-image: url(../image/i_warning.png)}

/*#content .top-message */
.success h2, .success .title-tag {
	color: #399B28;
	border: 0;
	margin: 0;
	padding: 15px 0 0 0;
}

.top-message h3 {
	margin: 0 0 .5em;
}

.top-message p, .top-message ol, .top-message ul {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.table-fields {
	border-collapse: collapse;
	width: 98%;
}
.table-fields .field-wide {
	width: 100%;
}

.table-fields td.text {
	padding-top: .5em;
	padding-left: .5em;
}


/* Custom classes */


.part-catalog h2 {
	border: 0;
	padding: 0;
}
.part-catalog .cols {
	font-size: .9em;
}

.rfq_name .form-label {
	padding-top: 2.3em;
}
.sertified .block {
	padding: 5px 0 2px;
	font-size: 1.15em;
}


.container.sertified p {
	font-weight: bold;
	text-align: center;
	color: #F60;
	padding: 0 0 3px;
}

.container .top-adv {
	margin: 1px 0 20px;
	padding: 0;
	color: #fff;
}

.captcha-form .captcha {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 2px;
	background-color: #fff;
}
.captcha-form .btn {
	vertical-align: top;
	margin: 5px 0 0 1px;
}
.captcha-field {
	margin-top: 7px;
	float: left;
}
p.captcha-container {
	margin: 0;
	padding: .5em 0;
}


.captcha-message {
	margin-top: 20px;
}
.captcha-message h3 {
	margin: 0;
	font-size: 1.6em;
	color: #F60;
	padding: 0 0 0 68px;
	font-weight: normal;
	margin: 0;
}
.captcha-message .captcha-warning-div {
	background: transparent url(../image/i_warning.png) 10px 2px no-repeat;
	padding-top: 10px;
	padding-left: 70px;
	min-height: 50px;
}

/* Inventory Section */

.part-quote {
	overflow: hidden;
}

.part-quote .btn-quote-big {
	float: left;
	margin-right: 15px;
}
.btn-quote-text {
	display: block;
	height: 50px;
	overflow: hidden;
	position: relative;
	border: 0px solid;
}
.btn-quote-text[class] {
	display: table;
	position: static;
}
.b2 {display: block; position: absolute; top: 50%;} /* for explorer only*/
.b2[class] {display: table-cell; vertical-align: middle; position: static;}
.b3 {display: block; position: relative; top: -50%} /* for explorer only */




.btn-quote-big a, .btn-quote-big .btn-quote-big-strong, .btn-quote-big input {
	display: block;
	height: 40px;
	float: left;
	line-height: 40px;
	white-space: nowrap;
	cursor: pointer;
}

.btn-quote-big .button {
	background: transparent url(../image/bg_btn_big.png) 0 0 no-repeat;
	margin: 0;
	text-decoration: none;
	color: #000;
	outline: none;
	border: 0;
	padding: 0!important;
	vertical-align: top;
	border: 0px solid;
	font: bold 18px Arial, Helvetica;
}
.btn-quote-big .btn-quote-big-strong {
	background: url(../image/bg_btn_big_r.png) 100% 0 no-repeat;
	padding: 0 20px;
	text-align: center;
	overflow: hidden;
}
a.btn-quote-big-a:hover {
	color: #000;
	background-position: 0 -50px;
}
a.btn-quote-big-a:hover .btn-quote-big-strong {
	background-position: 100% -50px;
}
.btn-quote-big-a:active {
	color: #F60;
	background-position: 0 -100px;
	outline: none;
}
.btn-quote-big-a:active .btn-quote-big-strong {
	line-height: 42px;
	background-position: 100% -100px;
}
.btn-quote  .btn-quote-a {
	cursor: pointer;
}



/* Collages */
.top-adv {
	background: url(../image/spinner.gif) 50% 50% no-repeat;
}
.top-adv .bg {
	display: block;
	text-decoration: none;
	background: no-repeat;
	height: 390px;
	overflow: hidden;
	margin: 0 0 1px 0;
	padding: 0;
	text-indent: -9999em;

	border: 1px solid #B3DAEF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.top-adv .bg {background-image: url(../image/opf/OPF_Home_980x390.jpg)}
.bg-about .top-adv .bg {background-image: url(../image/opf/OPF_About_OPF_980x390.jpg)}
.bg-contact .top-adv .bg {background-image: url(../image/opf/OPF_Contact_Us_980x390.jpg)}
.bg-qc .top-adv .bg {background-image: url(../image/opf/OPF_QC_Warranty_980x390.jpg)}
.bg-sitemap .top-adv .bg {background-image: url(../image/opf/OPF_Sitemap_980x390.jpg)}
.bg-faq .top-adv .bg {background-image: url(../image/opf/OPF_FAQ_980x390.jpg)}

/*
.bg-copyright .top-adv .bg {}
.bg-privacy .top-adv .bg {}
*/

p.more {
	position: relative;
	float: right;
	border: 1px solid #DADFE0;
	padding: 0;
	margin: 0 0 1em;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#contentBar p.more {
	position: absolute;
	top: .7em;
	right: 8px;
	margin: 0;
}
.more a {
	display: block;
	color: #C70A0B;
	text-decoration: none;
	padding: 1px 3px;
}
.more a:hover {
	background-color: #C70A0B;
	color: #fff;
}

.string {
	line-height: 1.5em;
}

p.back {
	font-size: .85em;
	padding-left: 10px;
}
.back a {
	text-decoration: none;
}

.pic-left {
	float: left;
	margin-right: 10px;
}
.pic-right {
	float: right;
	margin-left: 10px;
}

/* Icons */

.i_catalog h2 {
	background: url(../image/i_catalog.png) 99% 2px no-repeat
}
.i_inventory h2 {
	background: url(../image/i_inventory.png) 99% 2px no-repeat
}

/* Labels */

.label_copyright {padding-left: 200px; background: url(../image/label_copyright.png) 5px 1px no-repeat}
.label_usbid {padding-left: 220px; background: url(../image/label_usbid.png) 5px 1px no-repeat}
.label_email, .label_email_contact {
	display: block;
	background: transparent 0 0 no-repeat;
	text-decoration: none;
}
.label_email {background-image: url(../image/opf/label_email_wide.png);width: 310px;height: 26px}

.searchresult-rfq .label_email {background-image: url(../image/opf/label_email.png);width: 215px;height: 26px}

.label_email_contact {background-image: url(../image/opf/label_email_contact.png);width: 435px;height: 13px}
a.label_email:hover, a.label_email_contact:hover {background-position: 0 -30px;}


.label_homepage {
	margin: -10px 0 0;
	background: #FBFBFB url(../image/label_homepage.png) 50% 0 no-repeat;
	height: 30px;
	overflow: hidden;
}


/* Contact us label */

.b_getQuote, .b_requestQuote, .b_requestMultilineQuote, .b_clickHere {
	background: url(../image/opf/b_GetAnotherQuote.png) 0 0 no-repeat;
	display: inline-block;
	height: 21px;
	width: 150px;
	overflow: hidden;
	text-indent: -999em;
	margin: -4px 0 0 10px;
	vertical-align: middle;
}


a.b_getQuote:hover, a.b_requestQuote:hover, a.b_requestMultilineQuote:hover {background-position: 0 -30px}
.b_requestQuote {background-image: url(../image/opf/b_RequestQuote.png);	width: 136px}
.b_requestMultilineQuote {background-image: url(../image/opf/b_requestMultilineQuote.png);	width: 195px}
.b_clickHere {background-image: url(../image/opf/b_clickHere.png);	width: 100px}

p.contact-button, p.confirm-button, p.page-button {
	background: #F3F4F4 url(../image/opf/bg_h1.png) repeat-x;
	border: 1px solid #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	padding: 0;
}
p.confirm-button, p.page-button {
	margin: 10px 0;
}
p.contact-button .b_requestQuote, p.confirm-button .b_getQuote, p.page-button .b_requestMultilineQuote, p.page-button .b_clickHere {
	margin: .9em 0 .5em;
}

.label-confirm, .label-info, .label-warning {
	font-size: 15px;
	line-height: 35px;
	color:#F60;
	background: url(../image/opf/i_info.gif) 10px 50% no-repeat;
	padding: 4px 10px 4px 45px;
	display: block;
	float: left;
}
.label-info {
	color: #02658E;
}
.label-warning {
	background: url(../image/opf/i_warn.gif) 10px 50% no-repeat;
	color:#E33;
}





/* Contact us alignment */
.contact-form .label-confirm {
	float: left;
	margin-right: 10px;
}
form#contactForm {
	border-top: 1px solid #efefef;
	padding-top: 10px;
	clear: left;
}

/* Article links */

.article-iso {
	background: url(../image/icon_iso.jpg) 50% 0 no-repeat;
	display: block;
	text-align: center;
	padding-top: 79px;
}




/* Right Pane Banners */

.bg-link {
	margin: 9px 10px 10px;
	position: relative;
}
.bg-link .block {
	padding: 0;
}
.shadows .bg-link {
	top: -2px;
}
.bg-link a {
	display: block;
	text-indent: -9999em;
	overflow: hidden;
	background: 0 0 no-repeat;
	width: 240px;
	float: left;
}

.Get-Quote-240x107 a {background-image: url(../image/Get-Quote-240x107.jpg);height:107px}
.Get-Quote-240x107-2 a {background-image: url(../image/Get-Quote-240x107-2.jpg);height:107px}


/* Modal window */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}

#modal {
  position:absolute;
  left:50%;
  top:50%;
  display:none;
  z-index:9999;
  padding:10px;
  background-color:#fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 1px 1px 35px #333;
	-moz-box-shadow: 1px 1px 35px #333;
	box-shadow: 1px 1px 35px #333;
}
.window {
  display:none;
}
#modal a.close {
  position:absolute;
	z-index: 10;
  right:-10px;
  top:-10px;
	width: 33px;
	height: 33px;
	text-indent:-99em;
	overfow: hidden;
	background: url(../image/i_x.png) 0 0 no-repeat;
}
#modal a.close:hover {
	background-position: 0 -40px;
}

#modal .block-wrapper {
	border: 1px solid #d9d9d9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0!important;
  width:540px;
}
#modal .label-warning {
	font-size: 15px;
	line-height: 1.3em;
	padding: 3px 10px 4px 50px;
	margin: 15px 5px;
}

#modal .buttons {
	clear: left;
	padding: 0 15px 15px;
	overflow: hidden;
}
/*#modal .buttons img {*/
#modal img {
	vertical-align: middle;
}

#modal .b_submit_request, #modal .b_goto_multipart {
	background: url(../image/opf/b_submit_request.png) 0 0 no-repeat;
	height: 33px;
	width: 250px;
	display: block;
	float: left;
	overflow: hidden;
	text-indent: -999em;
}
#modal .b_goto_multipart {
	background-image: url(../image/opf/b_goto_multipart.png);
	width: 240px;
	float: right;
}

/* Footer
---------------------------------------- */

#footer .divider {
	padding: 0 .5em;
	color: #ccc;
}
#footer .bnav {
	margin: 0;
	padding: .2em 0 1em;
	border-bottom: 1px dashed #C7D0D6;
}
#footer .icons {
	margin: 0;
	padding: .3em 0 0;
}
#footer .copyright {
	margin: 0;
	padding: .5em 0 2em 0;
	font-size: .85em;
}
#footerIcons img {
	margin: 4px 10px;
	vertical-align: middle;
}


#footer .link-quote {
	color:#F60;
	font-weight: bold;
}
#footer .current {
	font-weight: bold;
	color: #333;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000;
	z-index: 100;
	opacity: .5;
	filter:Alpha(opacity=50);
}

.progress-container {
	width: 360px;
	min-height: 200px;
	background-color: #fff;
	border-radius: 20px;
	position: fixed;
	z-index: 101;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: -180px;
}
.progress-container .pr-logo {
	width: 225px;
	height: 60px;
	margin: 20px auto;
	overflow: hidden;
	background: url(../image/opf/logo.png) 0 0 no-repeat;
	position: relative;
}
.progress-container .pr-bar {
	width: 69px;
	height: 9px;
	margin: 30px auto 10px;
	background: url(../image/pt/i_progress.gif) 0 0 no-repeat;
}
.progress-container .pr-text {
	padding: 20px;
	margin: 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #999;
}

/* Mozilla Styles
---------------------------------------- */

@-moz-document url-prefix()
{
input:focus, textarea:focus, .active-field {
	border-color: #7EBAE0!important;
	outline: 2px solid #B3DAEF;
}

}



