html {
	margin: 0;
	padding: 0;
}

body {
	background: #6699FF url(../images/bg-body.jpg) repeat scroll 0%;
	color: #333333;
	cursor: auto;
	font-family: Arial,Helvetica,Verdana,Tahoma,sans-serif;
	font-size: 80%;
	height: 100%;
	margin: 0 auto;
	padding: 5px;
	position: relative;
	text-align: center;
	width: 800px;
}

h1, .h1 {
	color: #FFFFFD;
	font-size: 20px;
	font-weight: bold;
	left: 18px;
	margin: 0;
	padding: 5px 0;
	position: relative;
	text-align: left;
}

h2 {
	color: #D56500;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	zoom: 1;
}


h2.white {
	background-color: #F2A41D;
	color: #FFFFFF;
	height: 20px;
	margin-bottom: 5px;
	padding-top: 2px;
	text-align: center;
}

h2.blue {
	color: #16419F;
	padding: 5px 0 3px;
	text-align: center;
}

h2.red {
	background-color: #EFDFBE;
	color: #E29626;
	height: 20px;
	left: 1px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 15px;
	width: 99%;
}


h3 {
	color: #E29626;
	font-size: 15px;
	margin-bottom: 2px;
	margin-top: -2px;
	padding: 0;
}

h4 {
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 1px;
	padding: 0;
	text-align: left;
	width: 100%;
}

a {
	text-decoration: none;
}

a:visited {
	color: #660033;
}

a:hover, a:active {
	color: #C60000;
}

img, fieldset, form {
	border-style: solid;
	border-width: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

td {
	vertical-align: top;
}

.Content_wraper ul {
	list-style-image: url(../images/li.gif);
	margin: 0 0 0 30px;
	padding: 0;
	text-align: left;
}
.Content_wraper ul li {
	padding-bottom: 0.5em;
}

/**************************************
	Containers 
***************************************/

#Page {
	background: #F2A41D url(../images/bg_page.jpg) repeat-x scroll 0 75px;
	border-style: none;
	border-width: 0;
	color: #333333;
	padding: 0;
	text-align: left;
	width: 780px;
	z-index: 0;
}

.Content_wraper {
	background-color: #FFFFFF;
	border-top: 1px solid #D0B244;
	color: #333333;
	margin: 0 10px;
	min-height: 100%;
	padding: 0;
	width: 760px;
}

#ContentPane {
	margin-left: 6px;
	margin-right: 0;
	margin-top: 6px;
	padding: 0;
	position: relative;
	width: 510px;
	z-index: 0;
}

#RightPane {
	margin: 6px 6px 0 6px;
	position: relative;
	width: 221px;
	z-index: 0;
}

#TopPane {
	background: #FFFFFF url(../images/bg-top.gif) no-repeat scroll center top;
	height: 65px;
	position: relative;
	width: 100%;
}

#TopPane img {
	margin-top: 6px;
}

.logo {
	height: 48px;
	left: 10px;
	position: relative;
	top: 12px;
	width: 245px;
}

.contact {
	background-attachment: scroll;
	background-image: url(../images/contact_img.gif);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 11px;
	height: 20px;
	padding-left: 24px;
	padding-top: 5px;
	position: absolute;
	right: 19px;
	top: 29px;
}

#TopPane a {
	color: #124199;
}

#TopPane a:hover, a:active {
	color: #C60000;
}

.Content_wraper .container {
	padding: 10px;
	zoom: 1;
}

/*******************************************
				HEADER		
*******************************************/


/*************************
		Menu
*************************/

.top-nav {
	width: 780px;
	background: #B4D3FD url(../images/bg-menu.gif) repeat-x 0 0;
	position: relative;
	right: 0;
	top: 0;
	vertical-align: middle;
	padding-top: 5px;
}

.top-nav ul {
	background-color: transparent;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding-left: 22px;
	overflow: hidden;
}

.top-nav li {
	float: left;
	background: url(../images/menu_spacer.gif) no-repeat right top;
	padding: 0 0 0 8px;
}

.top-nav a, .top-nav a:visited {
	color: #1941A0;
	display: block;
}

.top-nav a:hover, .top-nav a:active {
	color: #C60000;
}

.top-nav .current {
	background: url(../images/menu_button_l.gif) no-repeat left top;
/*  position: relative;*/
  margin-left: -1px;
}

.top-nav .current a {
	background: url(../images/menu_button_r.gif) no-repeat right top;
	color: #C60000!important;
}

.top-nav span {
	background: 0 .4em no-repeat;
	display: block;
	padding: 9px 8px 9px 35px;
}
.top-nav .current span {
	padding-left: 36px;
	background-position: 1px .4em;
}

#nav-home span { background-image: url(../images/home.gif) }
#nav-prices span { background-image: url(../images/prices_availability.gif) }
#nav-parts span { background-image: url(../images/buy_parts.gif) }
#nav-quality span { background-image: url(../images/part_quality.gif) }
#nav-catalog span { background-image: url(../images/product_catalog.gif) }

#nav-home.current span { background-image: url(../images/home_active.gif)!important }
#nav-prices.current span { background-image: url(../images/prices_availability_active.gif) }
#nav-parts.current span { background-image: url(../images/buy_parts_active.gif) }
#nav-quality.current span { background-image: url(../images/part_quality_active.gif) }
#nav-catalog.current span { background-image: url(../images/product_catalog_active.gif) }



img.middle {
	padding: 3px;
	vertical-align: middle;
}

#options_block {
	background: transparent url(../images/option_model_bg.gif) no-repeat scroll center top;
	height: 47px;
	left: 10px;
	margin-top: 2pt;
/*	padding-top: 16pt;*/
	position: relative;
	top: 0;
	vertical-align: middle;
	width: 760px;
	z-index: 0;
  height: 63px;
}
#options_block .partSearch {
  padding-top: 16pt;
}

#options_block strong {
	color: #3A67B1;
	float: left;
	padding-left: 50px;
	padding-right: 10px;
	padding-top: 1pt;
	position: relative;
}

#options_block .edit {
	border-width: 1px;
	color: #7D7D7D;
	float: left;
	font-size: 11px;
	height: 15px;
	padding: 2px 3px 0 3px;
	position: relative;
	width: 173px;
}

#options_block .button {
	background: #CCE1FC url(../images/search.gif) no-repeat scroll 0;
	border-style: none;
	border-width: 0;
	color: #000000;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	height: 20px;
	margin-left: 5px;
	padding: 0;
	position: relative;
	vertical-align: 20%;
	width: 61px;
}

#options_block a {
	color: #124199;
}

#options_block a:hover, a:active {
	color: #C60000;
}

.SearchTips {
	left: 424px;
	position: absolute;
	top: 12px;
	width: 160px;
}

.Sitemap {
	left: 596px;
	position: absolute;
	top: 12px;
	width: 140px;
}

#options_block img {
	margin: 0;
	padding: 0 15px;
}

.header_block {
	background: url(../images/header_bg.gif) no-repeat scroll center top;
	display: block;
	font-size: 12px;
	height: 16px;
	padding: 6px 20px 0;
	font-size: 85%;
	margin-top: 3px;
	text-align:left;
	color: #333;
}

/**************************************
   LEFT PANE
***************************************/

#banner {
	background: transparent url(../pics/ic_components_procure_main.jpg) repeat scroll 0;
	border: 1px solid #A9A9A9;
	height: 170px;
	text-align: left;
	width: 100%;
}

span.left {
	background-color: transparent;
	color: #FFFFFF;
	display: inline;
	font-size: 22px;
	font-weight: bold;
	left: 20px;
	position: relative;
	text-decoration: none;
	top: 127px;
	width: 190px;
}

span.right {
	color: #555555;
	display: inline;
	font-size: 15px;
	font-weight: bold;
	left: 105px;
	position: relative;
	text-decoration: none;
	top: 140px;
	width: 200px;
}

div.content {
	border: 1px solid #A9A9A9;
	clear: both;
	color: #333333;
	font-size: 12px;
	margin: 6px 0 0;
	padding: 0 0 6px;
	width: 100%;
}

/**************************************
   First TextBlock LeftPane
***************************************/


.content p {
	margin: 0 10px 0 0;
	padding: 0 0 0 14px;
}

/**************************************
   Brouse Catalog TextBlock LeftPane 
***************************************/

a.red {
	color: #F08800;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 50px 14px;
	padding: 0;
}

a.red:hover {
	color: #FF0000;
}

a.limore {
	background-color: #FFFFFF;
	color: #333333;
}

a.limore:hover {
	color: #FF0000;
}

h3 a {
	color: #E29626;
	font-size: 15px;
	margin-bottom: 2px;
	margin-left: 15px;
	margin-top: -2px;
	padding: 0;
}

.browse-by-name {
	margin: 0;
	padding: 0;
}

.browse-by-name ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 4pt 0 4pt 11pt;
}

.browse-by-name li {
	display: inline;
	padding: 0 1px;
}

a.browse {
	background-color: #DDDDDD;
	color: #333333;
	padding: 2px;
}

a.browse:hover {
	color: #FF0000;
}

/**************************************
    Text LeftPane 
***************************************/

.listimage {
	clear: both;
	margin: 0 0 0 15px;
	padding: 0;
	vertical-align: top;
}

.blank {
	margin: 10px 0 0;
	padding: 0;
}

div.listimage img {
	border: 1px solid #A9A9A9;
	float: left;
	margin: 0 10px 10px 0;
	padding: 1px;
	position: relative;
}

div.listimage p {
	margin: 0 10px 0 0;
	padding: 0;
}

.listimage h3 {
	margin: 5px 0 0;
	padding: 0;
}

div.listimage a {
	color: #DD9922;
	margin: 0;
	padding: 0;
}

div.listimage a:hover {
	color: #C80000;
}

/**************************************
    RightPane 									
***************************************/

.FormBlock {
	background-color: #F8F2E4;
	border: 1px solid #D0B244;
	margin: 0;
	padding: 40px 10px 14px 22px;
}

input.quantity {
	border: 1px solid #ABAAA8;
	clear: right;
	height: 15px;
	margin: 0;
	padding: 2px 5px;
	width: 90px;
}

input.edit1 {
	border: 1px solid #ABAAA8;
	height: 15px;
	margin: 0;
	padding: 2px 5px;
	width: 173px;
}

input.button1 {
	background: transparent url(../images/button.gif) repeat-x scroll 0;
	border-style: none;
	border-width: 0;
	color: #614A07;
	font-size: 11px;
	height: 20px;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 5px;
	width: 175px;
}

/****************************************
					Tools						border:  1px solid #000;
*****************************************/

.right_block {
	background-color: transparent;
	border: 1px solid #ACACAC;
	margin: 6px 0 0;
	padding: 0 10px 11px 16px;
}

.right_block img {
	border: 1px solid #ACACAC;
	margin-left: 5px;
}

.right_block ul {
	list-style-image: url(../images/li.gif);
	margin: 0;
	padding: 6px 0 0 15px;
	text-align: left;
}

.right_block li {
	margin: 0;
	padding: 4px 4px 0 0;
}

.right_block a {
	color: #333333;
	font-size: 14px;
}

/*******************************************
				FOOTER		
*******************************************/

#content_end, .content_end {
	background: transparent url(../images/footer_bg.gif) no-repeat scroll center top;
	display: block;
	height: 16px;
	left: 1px;
	position: relative;
	top: 0;
	width: 100%;
}

#footer_block {
	background: transparent url(../images/bg_footer.jpg) no-repeat scroll center top;
	display: block;
	height: 80px;
	left: 0;
	margin: 0;
	padding: 0;
	position: relative;
	text-align: center;
	width: 780px;
}

#footer_block ul {
	height: 20px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 8px;
}

#footer_block li {
	display: inline;
	padding: 0 1px 0 5px;
}

#footer_block a {
	color: #333333;
	font-size: 11px;
}
#footer_block strong {
	color: #C60000;
	font-size: 11px;
}

#footer_block a:hover, a:active {
	color: #C60000;
}

#footer_block span {
	color: #1643A0;
	font-size: 11px;
	height: 20px;
	position: relative;
	top: 21px;
}

#footer_block span b {
	color: #333333;
	font-weight: normal;
}


/**************************************
	Regular page 
***************************************/

.banner-regular {
	border: 1px solid #B0B0B0;
	text-align: center;
	margin: 10px 10px 0 9px;
}
.banner-regular .bg {
	height: 67px;
	background: center top no-repeat;
}
.banner-regular strong {
	display: block;
	padding-top: 22px;
	color: #fff;
	font-size: 1.5em;
	font-weight: normal;
}

/*	Forms  */

.form-row {
	padding-bottom: .25em;
	overflow: hidden;
	zoom: 0;
}
.form-row.overlow-fix {
	overflow: visible;
}
	.form-row .form-label {
		width: 160px;
		padding: .4em 0 0;
		display: inline;
		float: left;
	}
	.form-row .form-field {
		margin-left: 170px;
		padding: .2em 0;
		font-size: 12px;
		border: 0px solid;
	}
		.form-row .form-field input, .form-row .form-field select, .form-row .form-field textarea {
			font-size: 12px;
			border: 1px solid #A8BACE;
		}

		.form-row .form-field table {
			width: 308px;
		}
		*:lang(en) .form-row .form-field table{
				width: 315px !important;
		}

		table.colored td {
			padding: 2px;
		}
		.form-row table td {
			vertical-align: middle;
		}

		.form-row .form-label * {
		float: left;
		}
		.form-row .form-field .form-image {
			padding: 0 0 .2em 0;
		}
	.form-row .form-comment {
		margin: 0 0 0 170px;
		padding: .1em 0 .1em 9px;
		font-size: 85%;
		line-height: 1.2;
		color: #666;
	}
	.form-button {
		background: #FDD658 url(../images/bg_button_yellow.gif) 0 0 repeat-x;
		text-align: center;
		padding: 0 20px;
		border: 1px solid #BFA277;
		font-size: 11px;
		color: #614A07;
		cursor: pointer;
	}
	.form-button:active {
		margin: 1px -1px -1px 1px;
	}
	.required {
		font-weight: bold;
		background: url(../images/icon_required.gif) 100% .2em no-repeat;
		padding-right: 10px;
	}

.halfsize {
	width: 50%;
}
.fullsize {
	width: 98%;
	//width: 95%;
}


.pane-blue {
	border: 1px solid #ACBED0;
	padding-bottom: 5px;
}
.pane-blue h2, .pane-blue .h2 {

	color: #D56500;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	zoom: 1;


	background: url(../images/bg_pane_blue.gif) 0 100% repeat-x;
	padding: 2px;
	color: #333;
	font-size: 100%;
	margin: 0 0 5px 0;
	font-weight: bold;
}

fieldset.pane-blue .form-row {
	padding-left: 10px;
	padding-right: 10px;
}

.pane-yellow {
	border: 1px solid #D1B347;
	padding-bottom: 5px;
	background-color: #FDFAEF;
	margin: 0;
}
.pane-yellow h2, .pane-yellow .h2 {
	color: #D56500;
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	zoom: 1;


	background: url(../images/bg_pane_yellow.gif) 0 100% repeat-x;
	padding: 5px!important;
	margin: 0 0 5px 0;
	font-weight: bold;
}
html>body .pane-yellow h2, html>body .pane-yellow .h2 {
	height: auto;
}

.pane-yellow form {
	padding: 5px 20px;
}

#RightPane p {
	margin: 0;
	padding: 8px 0;
}
#RightPane p {
}


/* Tables */
.table-parts {
	width: 100%;
}
.table-parts th, .table-parts td {
	border-bottom: 2px solid #fff;
}
.table-parts th {
	background: #F9EBBD url(../images/bg_th.gif) 0 0 repeat-x;
	font-size: 14px;
	padding: 6px 5px;
}
.table-parts td {
	padding: 3px 5px;
	font-size: 12px;
}
.table-parts .tr-header td, .table-parts .tr-header td h2 {
	color: #11449E;
	font-size: 16px;
	font-weight: bold;
	background-color: #E8F1FD;
}
.table-parts tr.first {
	background-color: #FDF7E6;
}
.table-parts tr.second {
}

table.colored td {background-color: #E8F1FD;}

/* Stuff things */

.center {
	text-align: center;
}

.paging {
	text-align: left;
	font-size: 12px;
}
.paging .current {
	color: #C60000;
}
.paging a {
	padding: 0 2px;
}

.sml {font-size: 90%}



