

/* CSS RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS RESET */




/* hidden field used on forms to trap robots and spiders */
.frmBotTrap{display:none;}
.shpamaddress{display:none;}

a {
	color: #000;
}

table {
	border-collapse: collapse;	
}
table thead tr{
	/*background-color: #5D0040;*/
	background-color: #555;
	color: #fff;
}

table tbody td{
	padding-left: 10px;
}

table thead th{
	text-align: left;
	padding-left: 10px;
}
table tbody th{
	width: 150px;
	text-align: right;
	vertical-align: top;
}
table tbody td label{
	/*font-weight: bold;*/
	margin: 0;
	padding: 0;
}

table tbody td{
    vertical-align: top;
	padding-bottom: 5px;
}

table tbody tr.trOpen{
	display:table-row !important;
}
* html table tbody tr.trOpen{
	display:block !important;
}
table tbody tr.trClose{
	display:none !important;
}

a:hover	{
	color: #000;
	text-decoration: underline
}

/*
label{
	font-size: 0.9em;
}
select, input	{
	color: #000;
	font-size: 0.8em;
}
textarea{
	font-size: 1em;
}
button {
	color: #000;
	font-size: 0.8em;
}

p {	color: #000;}


h1 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-top: 0;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 0px;
	background: url(/images/titlebg.gif) repeat-x 0% 50%;
	height: 27px;
	line-height: 2em;
	padding-left: 5px;
}
			
h2 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-top: 0;
	margin-bottom: 0px;
	background: url(/images/titlebg.gif) repeat-x 0% 50%;
	height: 27px;
	padding-left: 5px;
	line-height: 2em;
	margin-left: -5px;
}

h3{
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
}

li {
	color: #000;
	line-height:1.25em;
	text-decoration: none;
	padding: 3px;
}

hr{
	height: 1px;
	color: #c0c0c0;
}
*/




a img{border:0;}

img{border:0;}

/*----------------------------------*/
#topheader td {
	border: 0;
	padding: 0;
	color: #000;
	font-size: 0.75em;
}
#topheader td a{
	color: #848485;
	font-size: 0.8em;
}
#topheader {
	width: 977px; /*100%;*/
	border-collapse: collapse;
	background: url(/images/bannertr.gif) no-repeat right top #F1F3F4;
	margin: 8px;
	text-align: left;
}

#topheader .searchfrm {
	margin-left: 20px;
}

#loginBox td{
	border: 0;
	padding: 0;
}
#loginBox{
	width: 590px;
	border-collapse: collapse;
}

#footerSection{
	width: 977px;
	border-collapse: collapse;
}

#footerSection thead{
	background-color: #000;
}

#footerSection tbody{
	background-color: #5D0040;
	height: 20px;
	color: #fff;
	text-align: center;
}

#footerSection tbody td ul{
	list-style: none;
}

#footerSection tbody td li{
	display: inline;
	color: #fff;
	border-left: 1px solid #fff;
	margin-left: -1px;
	padding: 3px;
}

/* ths is the first li in the list*/
#footerSection tbody td li.lifirst{
	border-left: none!important;
}

#footerSection .textfoot p {
	width:600px; 
	color: white;
	padding-left:180px;
}
.quicklinks li{
	font-size:1em!important; 
}
/* ths is the first li in the list*/
.quicklinks .lifirst{
	border-left: none!important;
}

#footerSection tbody td li a{
	color: #fff;
}

#footerSection td{
	border: 0;
	padding: 0;
	font-size: 0.75em;
	color: #fff;
}

#footerSection a{
	color: #fff;
}
/* This is the top for the printed page */
#topmenuprint{
	display:none;
}
/* This is the top for the screen page */
#topmenuscreen{
	width: 977px;
	/*background: url(/images/topmenubg.gif) repeat-x 0% 50%;*/
	margin-left: 8px;
	margin-top: 8px;
}
#topmenu {
	width: 977px;
	border-collapse: collapse;
}
#topmenu td{
	text-align: left;
	vertical-align: top;
	color: #000;
	padding:0px 0px 0px 0px;	
}

#topmenu ul{
	font-weight: bold;
	list-style:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}

#topmenu li{
	display: inline;
	margin: 0;
	line-height: 1.7em;
	border-right: 1px solid #808080;
	padding: 0px 5px 0px 5px;
}

#topmenu li a{
	text-decoration: none;
	color: #000;
}

/*#sidemenu {
	width: 200px;
	float: left;
	background-color: #fff;
}

#sidemenu ul{
	font-weight: normal;
	list-style:none;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	margin-bottom: 2em; 
}

#sidemenu a{
	text-decoration: none;
}


#sidemenu li{
	background: url(/images/sidemenubullet.gif) 0 8px no-repeat;
	margin-left: 15px;
	padding-left: 10px;
	margin-top: 10px;

}

#sidemenu h2{
	font-size: 0.9em;
	margin: 0;
	padding-left: 5px;
}

#sidemenu h2 a{
	text-decoration: none;
}
#sidemenu li a{
	line-height: 1.5em;
}
*/

#frmSideSearch{
	background-color: #FCEFFF;
	padding-bottom: 1em;
	border-top: 0.5em solid #fff;
	border-bottom: 0.5em solid #fff;
	font-size: 1.2em;
}
#frmProductSearchSmall{
	font-size: 1.2em;
	margin: 0;
}
#frmProductSearchSmall input{
	margin-right: 5px;
}

fieldset{
	width: 1%; 
}
#sidemenu fieldset{
	width: 170px;
}
#adminpageContainer{
	background-color: #fff;
	height: 1%;
	text-align: left;
}
#adminmenus {
	font-weight: bold;
	list-style:none;
}

#adminmenus li{
	margin-bottom: 10px;
}

#adminmenus li ul li{
	font-weight: normal;
}

#adminTable {
	margin-left: 10px;
	float: left;
	width: 90%;

}
#adminTable thead tr{
	background-color: #c0c0c0;
	color: #fff;
}

#adminTable thead th{
	font-size: 0.9em;
}

#adminpageContainer #loginBox {
	margin: 20px 20px 20px 20px;
	width: 300px;
}
#adminpageContainer #loginBox td {
	padding: 10px 0px 10px 0px;
}

#adminpageContainer #loginBox input {
	margin: 0px 10px 0px 10px;
}

#orderItems thead th{
	text-align: left;
}

#orderItems th{
	text-align: right;
	width: 100%;
}

.standardsAdminGrid{
	border: 1px solid #c0c0c0;
	text-align: center;
}

#adminUtils{
	padding-left: 10px;
}

#adminUtils table th{
	text-align: right;
}

#adminTable tbody table{
	margin-top: 10px;
	margin-bottom: 10px;
}

#adminTable tbody td.editorButton{
	border: 2px solid #d0d0d0;
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding:0;
	margin: 0;
	background-color: #d0d0d0;
}

#adminTable tbody table.editorButtonBar{
	padding:0;
	margin:0;
	background-color: #d0d0d0;
	width: auto;
}
#adminTable tbody td td.editorArea{
	border-width:2px; 
	background-color: #fff;
	width: 100%;
	vertical-align: top;
	padding:0;
}

#adminTable tbody td table.editorArea{
	width: 480px;
	height: 400px;
}

#editorContainer{
	background-color: #d0d0d0;
	width: 480px;
}

#editortextArea{
	width: 480px;
	height: 400px;
	overflow: scroll;
}

#newsEditortextArea{
	width: 600px;
	height: 200px;
	overflow: scroll;
	background-color: #fff;
}
.editorCode{
	font-family: 'Courier New';
}

.editorPresent{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tableRow {
	background-color: #fff;
}

.tableAltRow {
	background-color: #efefef;
}

#metadatagrid{
	font-size: 0.9em;
}
#adminTable dl{
	font-size: 0.75em;
}

#adminCatRoot{
	font-weight: bold;
	list-style:none;
}
#adminCatRoot li {
	display: inline;
}

#adminCatRoot li a{
	font-weight: normal;
}

.adminitems {
	font-weight: bold;
	list-style:none;
}

.adminitems li{
	font-weight: bold;
	white-space: nowrap;
}

.adminitems li ul{
	margin-left: 80px;
	margin-bottom: 10px;
}

.adminitems li ul li{
	font-weight: normal;
}

#userHotLinks{
	font-weight: normal;
	list-style: none;
	width: 240px;
	height: 180px;
	margin-top: 0.5em;
	font-size: 0.8em;
	background-color: #FFFEE5;
}

#userHotLinks ul, #userHotLinks p, #userHotLinks li{
	font-size: 1em;
	margin-left: 0;
	padding-left: 0;
}

#companyHotLinks{
	width: 241px;
	height: 150px;
	margin-top: 0.2em;
	font-size: 0.8em;
	background-color: #E7FAFF;
}

#companyHotLinks ul, #companyHotLinks p, #companyHotLinks li{
	font-size: 1em;
}

#userHotLinks a{
	padding-left: 8px;
}

#userHotLinks ul{
	padding-left: 8px;
}

.sidemenuselected{
	/*for selected side menu items*/
	text-decoration: underline;
}

#categoryList {
	width: 70%;
	font-size: 0.9em;
	float: left;
	padding-left: 5px;
	padding-right: 10px;
	margin-left: 10px;
}

#categoryList ul{
	font-weight: bold;
	list-style:none;
	margin: 0;
	background-color: #fff;
}

#categoryList .categorylisttoplevel{
	border-top: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	color: #363636;
	background-color: #F7F7F7; /*#9C6EB1;*/
	margin-bottom: 10px;
}
#categoryList li li {
	font-weight: bold;
	margin-left: 20px;
	text-align: left;
	margin-bottom: 5px; 
	margin-top: 5px;
}

#categoryList li li li{
	border: 0;
	background: none;
	font-weight: normal;
	margin-left: 20px;
	color: #000;
	list-style: square;
}

#categoryList li a{
	text-decoration: none;
	color: #000;
}

.categorylistselected{
	/*for selected side menu items*/
	text-decoration: underline;
}

.breadcrumb {
	color: #848485;
	margin-top: 0;
	font-size: 0.8em;
} 
.breadcrumb a{
	color: #848485;
	
}

.formProcedureList{
	/*list for forms in quality system*/
}

#homeNews{
	width: 230px;
	height: 100px;
	padding: 5px;

}

#homeNews a{
	/*home page news list*/
	text-align: left;
	padding: 3px;
	/*background-color: #5d0040;*/
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	display: block;

}

#homeNews li{
	font-weight: normal;
}
#homeNews p{
	margin-top: 5px;
	font-weight: normal;
}

#homeNews #newsDate{
	font-style: italic;
}

#basket{
	border-left: 1px solid #c0c0c0;
	border-top: 1px solid #c0c0c0;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#basket tbody tr td{
	border-bottom: 1px solid #606060;
}

#basket tfoot tr{
	background-color: #5D0040;
	color: #fff;
}

#basketWidget{
	width: 150px;
	height: 100px;
	padding: 5px;
	font-size: 0.9em;
}

#basketWidget p{
	font-size: 0.9em;
	padding-left: 10px;
}

#addressForm{

}

#creditcardForm{

}

#error li{
	color: #f00;
}
#newsList {
	width: 70%;
	font-size: 0.9em;
	height: 2.0em;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#newsTable {
	width: 445px;
	
}

#newsTable tbody th{
	font-size: 0.9em;
	text-align:left;
	padding-top: 10px;
}

#newsTable tbody td{
	font-size: 0.9em;
	padding-top: 10px;
}

#newsContent{
	float: left;
}
#newsImage{
	float: right;
}
#eventImage{
	float: left;
}



/*
#pageRightSide #productSections li a{
	font-size: 0.8em;
}

#pageRightSide h2{
	font-size: 0.9em;
	margin: 0;
	padding-left: 5px;
}
*/

#pageContent{
	float: left;
	padding-left: 5px;
	padding-right: 3px;
	font-size: 0.9em;
	width: 675px; /*48%;*/
	background-color: #fff;
	height: 1%;
	margin-left: 11px;
}

#pageContentHome{
	float: left;
	/*padding-left: 5px;*/

	width: 580px; /*48%;*/
	/*background-color: #fff;*/
	height: 1%;
	/*margin-left: 11px;*/
}

#pageContent #rangeDetail h2{
	margin-left: -10px;
	margin-right: -5px;
	padding-left: 5px;
}
#pageContent dt{
	font-weight: bold;
}

.catFileList {
	list-style: square;
}

.catFileList p{
	font-weight: normal !important;
}

.catFileList a{
	text-decoration: underline !important;
}

#pageContainer{
	/*background: url(/images/menubg.gif) 0 0 repeat-y;*/
	/*background-color: #5D0040;*/
	height: 1%;
	padding-left: 7px;
	width: 985px;
	text-align: left;	
}

.timeContainer{
	width: 70px;
	text-align: center;
	margin-left: 1px;
	padding-left: 1px;
	padding-right: 1px;
	background-color: #fff;
	font-size: 0.8em;
	height: 30px;
	padding-top: 1em;
}


.timeZone{
	width: 489px;
	height: 70px;
	margin: 0;
	padding: 0;
	background: #EFF6FF url(/images/borders/time_tl.gif) top left no-repeat;
	margin-top: 1em;
}

.timeZone table{
	vertical-align: top;
	height: 54px;
	width: 480px;
	background: url(/images/borders/time_bl.gif) bottom left no-repeat;
}

.timeZone h3{
	background: url(/images/borders/time_tr.gif) top right no-repeat;
	padding-left: 10px;
	padding-right:0;
	margin:0;
	font-size: 1em;
	line-height: 16px;
}

#timeZonebr{
	background: url(/images/borders/time_br.gif) bottom right no-repeat;
}

#categoryList:after, #pageContainer:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a.plusminus{
	font-size: 0.7em;
	background-color: #F1EFE2;
	border: 1px solid #d0d0d0;
	padding: 0 2px;
	font-family: 'Courier New';
}

#processMap{
	 width: 700px; 
	 height: 340px; 
	 overflow: auto; 
	 border: 1px solid #000;
}

.contactlist{
	/*contact list element style applied to address elements*/
	padding-bottom: 10px;
}
fieldset{
	width: 200px; 
}

legend{
	
}

#relatedproducts{
	width: 100%;
}

#relatedproducts ul{
	list-style: none;
	display: inline;
}

#relatedproducts li{
	display: inline;
	margin: 0;
}

.relatedproductitem{
	border: 1px solid #000;
	padding: 5px;
	margin: 5px;
	width: 100px;
	float: left;
}

#productSections{
	list-style: none;
	margin:0;
	padding:0;
}

#productSections li{

	background-color: #e0e0e0;
	margin: 2px;
	line-height: 2.5em;
	padding:5px;

}
#productSections li a{
	text-decoration: none;
}

#frmSectionSearch fieldset {
	text-align: right;
}
#frmProdSearch, #frmProdSearch fieldset{
	/*width: 95%;*/
	padding: 5px;
}
#productSearch fieldset{
	text-align: right;
}
#SectionSearchInputs{
	list-style: none;
	margin:0;
	padding:0;
	text-align: left;
	margin-top: 10px;
}

#SectionSearchInputs li{
	display: inline;
}
#sectionSearchResults{
	width: 100%;
}

#sectionSearchResults thead a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#sectionSearchResults .picture img{
	padding-top:10px;
}

.sectionSearchResultsRow td {
	height: 100px;
	border-bottom: 1px dashed #c0c0c0;
	padding-top: 5px;
}

.sectorSearchFeatures{
	margin: 0;
	padding: 0;
	list-style: none;
}

.sectorSearchFeatures li{
	padding: 3px 5px 3px 0;

}
ul.sectorSearchFeatures {
	min-width: 200px;
}
ul.sectorSearchFeatures li {
	list-style-type: none !important;
}
ul.sectorSearchFeatures {
	margin: 0 !important;
}

#rangeSpecification th{
	text-align: left;
	padding: 7px;
}


#rangeDetail{
	width: 100%;
}

#rangeDetail h2{
	margin-top: 10px;
}

#productDetail{
	width: 100%;
}

#productDetail h2{
	margin-top: 0;
}

#productPriceList{
	width: 150px;
	border: 1px solid #c0c0c0;
}
#productPriceList th{
	text-align: left;
}

.btnLink{
	padding: 5px;
	border: 1px solid #000;
	background-color: #c0c0c0;
	line-height: 2em;
	text-decoration: none !important;
}


#ISO{
	border-top: 10px solid #5D0040;
	font-size: 0.8em;
	width: 100%;
	background-color: #fff;
}

#featuredProduct {
	width: 99%;
}

#featuredProduct th a, #newProduct th p a, #devProduct th p a{
	color: #fff;
	text-decoration: none;
}

#featuredProduct th, #newProduct th p, #devProduct th p, .devProd, .newProd{
	text-align: left;
	padding: 3px;
	/*background-color: #5d0040;*/
	background-color: #888;
}

.devProd, .newProd{
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
}
#newProduct th p, #devProduct th p{
	margin-left: 5px;
	width: 180px;
}


#featuredProduct td, #newProduct td, #devProduct td{
	padding-left: 5px;
}

#relatedFiles{
	list-style: none;
	margin: 0;
	margin-top: 10px;
	padding:0;
}

#relatedFiles li{
	display: inline;
	width: 200px;
	margin: 0;
	padding: 0;
	padding-right: 10px;
}

.productImages{
	border: 1px solid #c0c0c0;
	text-align: center;
}

.productThumbnail{
	/*width: 50px;*/
	width: 110px;
}


/*#latestProducts {
	width: 100%;
	height: 200px;
	vertical-align: top;
}

#latestProducts td{
	padding-left: 5px;
	width: 200px;
}

#latestProducts td p{
	height: 40px;
}

.homepageProduct{
	width: 100px;
}

#latestProducts a{
	font-weight: bold;
	text-decoration: none;
}
.latestProductsLast{
	width: 191px;
	background: url(/images/nineteenyears.gif) top right no-repeat;
	vertical-align: top;
	padding:0;
	padding-top: 50px;
}

.latestProductsLast h2{
	background: none;
	font-size: 0.9em;
	color: #5D0040;
	margin: 0;
	padding: 0;
}
*/

#categoryList ul, #pageContainer{display: inline-block;}

#productSectionsDetail tr{
	height: 50px;
}
#productSectionsDetail th{
	text-align: left;
	font-size: 1.25em;
	border-bottom: 1px dotted #c0c0c0;
	padding-top: 8px;
}

#productSectionsDetail th a{
	text-decoration: underline;
}

#productSectionsDetail td{
	border-bottom: 1px dotted #c0c0c0;	
}

#newProductList td {
	border-bottom: 1px dotted #c0c0c0;	
	padding-top: 10px;	
	padding-bottom: 10px;
}
#devProductList td {
	border-bottom: 1px dotted #c0c0c0;	
	padding-top: 10px;	
	padding-bottom: 10px;
}

/* Hides from IE-mac \*/
* html #categoryList, * html #pageContainer {height: 1%;}
* html #categoryList, * html #pageContainer {display:block;}
/* End hide from IE-mac */


/*old styles below*/
#adminTable tbody td{
	/*font-size: 0.9em;*/
}
/*#adminTable tbody th{
	width: 150px;
	text-align: right;
	vertical-align: top;
}*/
#adminTable tbody td label{
	/*font-size: 0.9em;*/
}

/*#adminTable tbody td {
	padding-bottom: 5px;
}*/

/*#adminTable tbody tr.trOpen{
	display:table-row !important;
}
* html #adminTable tbody tr.trOpen{
	display:block !important;
}
#adminTable tbody tr.trClose{
	display:none !important;
}*/

#topmenulogoprint{
	display: none;
}

#topmenulogoscreen{
	display: block;
}
/*  --  Contact forms and OEMS forms -- */
#frmQuoteForm input{
	width: 200px;
}
#frmQuoteForm .textarea{
	width: 200px;
	height: 50px;
}
#frmQuoteForm .prodTitle {
	color: blue;
}

/*
#frmReturnsRequest td{
	white-space: nowrap;
}
#frmReturnsRequest p{
	display: inline;
	width: 150px;
	height: 50px;
	float: left;
}

#frmReturnsRequest hr{
	clear: both;
}
#frmReturnsRequest li{
	font-weight: bold;
	color: #f00;
}*/

/* the old contact form */
/*#frmContactForm label{
	display: block;
	width: 250px !important;
}

#frmContactForm p{
	display: inline;
	width: 300px;
	float: left;
}
.frmcontact tr th {
	width: 40%;
}

.frmcontact .lrg {
	width: 250px;
}
.frmcontact textarea {
	width: 250px;
	height: 50px;
}*/

#frmOEMsRequest p{
	display: block;
	clear: both;
}

#frmOEMsRequest hr{
	clear: both;
}
#frmOEMsRequest h2{
	clear: both;
}

#frmOEMsRequest label{
    padding-right: 10px;
    width: 124px;
}

#frmOEMsRequest input, #frmOEMsRequest select{
	float: left;
	margin-right: 10px;
}

#frmOEMsRequest #info{
	width: 450px;
	height: 100px;
}

#frmOEMsRequest .qty{
	width: 50px;
}

.adminSearchTable {
	margin-left: 20px;
	margin-bottom:20px;
	width: 90%;
	

}
.adminSearchTable thead tr{
	background-color: #c0c0c0;
	color: #fff;
}

.adminSearchTable thead th{
	font-size: 0.9em;
	text-align:left;
}
.RangeRef{display:none}

        /* styles for the Ajax search box */
        
        .Keyword {width: 200px; background-color: #ffffff; color: #A3A3A3; margin-right:50px;}
    
		.acprompts {width: 300px; border: 1px solid #FFCB06; position: absolute; display: none ; background-color: #FFFFFF;} 
		.acprompts ul {margin: 0px 0px 0px 5px; padding: 0px; border-collapse: collapse;} 
		.acprompts ul li { margin: 0; list-style-type: none !important; line-height: 16px; height: 16px; font-size: 12px; padding: 0px ;} 
		.acprompts ul li a { width: 98%; height: 16px; text-decoration: none !important;} 
		.acprompts ul li a:hover {text-decoration: none;}
		.acprompts ul li:hover {background-color: #C6C6C6 ;}
		
		.acprompts ul li a.app { color:black;} 
		.acprompts ul li a.nonapp { color:red;} 
		
		#cntyprompts 
		{
		    right: 10px;
		    top:398px;
		}
		#oemcntyprompts 
		{
		    right: 10px;
		    top:232px;
		}

#productSearchResults tbody td
{
	height: 100px;
	border-bottom: 1px dashed #c0c0c0;
	padding-top: 5px;

}
#productSearchResults a h3 {
	font-size: 16px !important;
	text-decoration: underline;
	margin: 0 0 10px 0;
}
		
#productSearchResults th .picture
{
    width: 280px;
    max-width: 300px;
}		
#productSearchResults a 
{
    color: #000;
	font-size: 16px;
	text-decoration: none;
}
#productSearchResults .text a 
{
	text-decoration: underline;
}		
		
#productSearchResults a img
{
    color: #000;
	font-size: 8px;
	text-decoration: none;
    max-width:280px;
    overflow:hidden;
}	
#frmQuoteForm label
{
    float:none;
    font-size: 12px;
}

