﻿A{font-family: Tahoma, dotum, arial, verdana;font-size:9pt;color:#000000;text-decoration: none;}
A:link{font-family: Tahoma, dotum, arial, verdana;font-size:9pt;color:#000000;text-decoration: none;}
A:visited{font-family: Tahoma, dotum, arial, verdana;font-size:9pt;color:#B70000;text-decoration: none;}
A:hover{font-family: Tahoma, dotum, arial, verdana;font-size:9pt;color:#000000;text-decoration: underline;}





/**
* Allows for the DIV that holds the inventory results to be styled
*/
#sf_inventory{
width:600px;
}
/**
* Allows for the DIV that holds the logo to be styled
*/
#sf_inventory .logoimage {
clear:both;
margin:0 0 10px 0;
}
/**
* Allows for the Distributor's name to be styled
*/
#sf_inventory .logotext {
font-weight:700;
font-style:italic;
font-size:18px;
margin:0 0 10px 0;
}
/**
* Allows for the table that the results are in to be styled
*/
#sf_inventory .distResult table {
width:600px;
border-collapse:collapse;
clear:both;
}



/**
* Allows the results table headers to be styled
*/
#sf_inventory thead th {
text-align:left;
border-top: 1px solid #cdcdcd;
border-left: 1px solid #dfddd0;
border-bottom: 1px solid #9b966c;
border-right: 1px solid #bfbda9;
font-family: Arial, san-serif;
font-size:14px;
padding:4px 0 4px 6px;
background:url(http://www.media.supplyframe.com/ads/templateheader-bg.gif) repeat-x 0px 0px #ddeced;
color:#fff;
line-height:20px;
width:33%;

}
/**
* Advanced only.
*
* Cell content styling should be done in .content class
*/
#sf_inventory tbody td {
border: 1px solid #e1dfce;
padding:0px;
}

/**
* Allows for style in content
*/
#sf_inventory tbody td .content {
padding:5px;
font-family: Arial, san-serif;
font-size:11px;
font-weight:700;
color:#565656;
}
/**
* Available prices styling
*/
#sf_inventory .price {
text-align:left;
color:#000;
margin:2px 0 0 4px;
font-size:14px;
}
/**
* prices table
*/
#sf_inventory .distResult table .pricing{
width:200px;
}
#sf_inventory .pricing{
width:200px;
}
#sf_inventory .pricing td{
border:0;
}
#sf_inventory .priceUnits {
padding:0 8px 0 0;
width:50%;
font-size:13px;
font-weight:600;
}
#sf_inventory .priceCurrency {
padding:0 8px 0 0;
width:50%;

}
#sf_inventory .priceBreak {
padding:0 6px;
}
#sf_inventory .showMorePricing{
color:#369;
text-align:center;
font-weight:600;
font-size:12px;
padding:0 0 4px 0;
}
/**
* Available quantities styling
*/
#sf_inventory .inventory {
text-align:right;
color:#d21515;
margin:2px 4px 0 0;
}
/**
* Buy Now button styling
*/
#sf_inventory .buyNow {
background:url(http://www.media.supplyframe.com/ads/templatebtn-bg.gif) repeat-x 0px 0px;
border-top:1px solid #097da1;
border-right:1px solid #034e77;
border-bottom:1px solid #02446b;
border-left:1px solid #05638a;
padding:2px 6px 2px 6px;
font-family: Arial, san-serif;
font-size:11px;
font-weight:700;
margin:4px 4px 0 0;
}
/**
* Buy Now text styling
*/
#sf_inventory .buyNow A {
color:#fff;
text-decoration:none;
}
/**
* Part number
*/
#sf_inventory .mpn {
font-weight:700;
color:#2c7a9d;
font-size:14px;
}
/**
* Manufacturer's name
*/
#sf_inventory .mfr {
font-weight:400;
font-style:italic;
font-size:12px
}
/**
* Allows for the DIV that holds the More Results to be styled
*/
#sf_inventory .more-results {
margin:0;
width:600px;
font-size:14px;
text-align:right;
font-weight:600;
padding:0 0 10px 0;
}
#sf_inventory .more-results a {
color:#369;
}
/**
* Allows for the DIV that holds the Dist Results to be styled
*/
#sf_inventory .distResult {
margin: 0 0 20px 0;
}
